示例#1
0
 public test(controlTypes t, string str)
     : base(t)
 {
     json = new jsonBase(str);
 }
 public test(controlTypes t)
     : base(t)
 {
     json = new jsonBase("test1.json");
 }
 public test(controlTypes t, string str)
     : base(t)
 {
     json = new jsonBase(str);
 }
示例#4
0
文件: test.cs 项目: send2vinnie/1709
 public test(controlTypes t)
     : base(t)
 {
     json = new jsonBase("test1.json");
 }