コード例 #1
0
ファイル: VconfETCTests.cs プロジェクト: cnxtech/Dexter-1
 public void Init()
 {
     vconfMethod   = new VconfMethod();
     subMethodList = new List <string>();
     subMethodList.AddRange(new string[] { "Vconf.NotifyKeyChanged" });
 }
コード例 #2
0
ファイル: VconfSetTests.cs プロジェクト: cnxtech/Dexter-1
 public void Init()
 {
     vconfMethod   = new VconfMethod();
     subMethodList = new List <string>();
     subMethodList.AddRange(new string[] { "Vconf.SetString", "Vconf.SetInt" });
 }