Ejemplo n.º 1
0
 public void RemoveGetModelsForm()
 {
     try
     {
         if (getModelsForm != null)
         {
             getModelsForm.Close();
         }
     }
     catch { getModelsForm = null; }
 }
Ejemplo n.º 2
0
 public void LoadGetModelsForm()
 {
     try
     {
         getModelsForm = new GetModels(this);
         getModelsForm.Show();
     }
     catch
     {
     }
 }