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