コード例 #1
0
ファイル: AssemblyPage.cs プロジェクト: VISTALL/game-updater
 public  static  AssemblyPage Instance()
 {
     return _instance ?? (_instance = new AssemblyPage());
 }
コード例 #2
0
 public static AssemblyPage Instance()
 {
     return(_instance ?? (_instance = new AssemblyPage()));
 }