コード例 #1
0
 public static MainMenu GetInstance()
 {
     return(instance ?? (instance =
                             new MainMenu()));
 }