摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows.Forms; 6 using System.Drawing; 7 8 namespace Logistics 9 { 10 /// <summary> 11 ///
阅读全文
posted @ 2019-10-28 09:24
leizhui
阅读(1170)
推荐(0)
编辑
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 using System.Text.RegularExpressions; 7 8 namespace Logistics 9 { 10 /// <summary> 11 /// 通用验证类 12 ///
阅读全文
posted @ 2019-10-28 09:23
leizhui
阅读(948)
推荐(0)
编辑
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 //引入三个命名空间 7 using System.Runtime.Serialization; 8 using System.Runtime.Serialization.Formatters.Binar
阅读全文
posted @ 2019-10-28 09:21
leizhui
阅读(3155)
推荐(0)
编辑