Example #1
0
 public string[] GetMICLocals()
 {
     help = new DBHelper();
     return help.GetLocals().ToArray<string>();
 }