コード例 #1
0
ファイル: MdbAccount.cs プロジェクト: rickisme/server
 public static MdbAccount GetInstance()
 {
     return (Instance != null) ? Instance : Instance = new MdbAccount();
 }
コード例 #2
0
ファイル: MdbAccount.cs プロジェクト: wgq4812/server
 public static MdbAccount GetInstance()
 {
     return((Instance != null) ? Instance : Instance = new MdbAccount());
 }