Пример #1
0
 public static bool CreateProcess(string name, string description)
 {
     return(DAO_HeThong.CreateProcess(name, description));
 }