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