コード例 #1
0
 public static void DeleteInstance()
 {
     instance = null;
 }
コード例 #2
0
ファイル: AboutForm.cs プロジェクト: psemu/ps2ls
 public static void DeleteInstance()
 {
     instance = null;
 }
コード例 #3
0
 public static void CreateInstance()
 {
     instance = new AboutBox();
 }
コード例 #4
0
ファイル: AboutForm.cs プロジェクト: psemu/ps2ls
 public static void CreateInstance()
 {
     instance = new AboutBox();
 }