コード例 #1
0
 public static DrawContainer getInstance()
 {
     if (instance == null)
     {
         instance = new DrawContainer();
     }
     return(instance);
 }
コード例 #2
0
 public static DrawContainer getInstance()
 {
     if (instance == null)
     {
         instance = new DrawContainer();
     }
     return instance;
 }