Ejemplo n.º 1
0
 public static void ShowFormPools()
 {
     if (FormPoolInstance == null)
     {
         FormPoolInstance = new FormPool();
         FormPoolInstance.Show();
     }
 }
Ejemplo n.º 2
0
 public static void ShowFormPools()
 {
     if (FormPoolInstance == null)
     {
         FormPoolInstance = new FormPool();
         FormPoolInstance.Show();
     }
 }