コード例 #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;
 }