コード例 #1
0
ファイル: EveCrest.cs プロジェクト: warlof/EveHQ
 public static EveCrest getInstance()
 {
     if (_instance == null)
     {
         _instance = new EveCrest();
     }
     return(_instance);
 }
コード例 #2
0
ファイル: EveCrest.cs プロジェクト: itguy327/EveHQ
 public static EveCrest getInstance()
 {
     if (_instance == null)
         _instance = new EveCrest();
     return _instance;
 }