Exemple #1
0
 public void Init()
 {
     vconfMethod   = new VconfMethod();
     subMethodList = new List <string>();
     subMethodList.AddRange(new string[] { "Vconf.NotifyKeyChanged" });
 }
Exemple #2
0
 public void Init()
 {
     vconfMethod   = new VconfMethod();
     subMethodList = new List <string>();
     subMethodList.AddRange(new string[] { "Vconf.SetString", "Vconf.SetInt" });
 }