コード例 #1
0
 public static void deleteInstance()
 {
     if(gr!=null)
     {
         gr=null;
     }
 }
コード例 #2
0
 public static GestorRandom getInstance()
 {
     if (gr == null)
         gr = new GestorRandom();
     return gr;
 }