Esempio n. 1
0
 public static bool CreateWindow(string name, string description)
 {
     return(DAO_HeThong.CreateWindow(name, description));
 }