예제 #1
0
파일: Server.cs 프로젝트: sundowndk/qnax
 public static new Server Load(Guid id)
 {
     Server result = new Server ();
     result._load (id);
     return result;
 }
예제 #2
0
파일: Server.cs 프로젝트: sundowndk/qnax
 public static new Server FromHashtable(Hashtable item)
 {
     Server result = new Server ();
     result._fromhashtable (item);
     return result;
 }