コード例 #1
0
 public test(controlTypes t, string str)
     : base(t)
 {
     json = new jsonBase(str);
 }
コード例 #2
0
 public test(controlTypes t)
     : base(t)
 {
     json = new jsonBase("test1.json");
 }
コード例 #3
0
 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");
 }