Esempio n. 1
0
 public void ShowCountryDetail()
 {
     if (FocusedEntity != null)
     {
         using (FormCountryRegions regionsForm = new FormCountryRegions())
         {
             regionsForm.Entity = FocusedEntity;
             regionsForm.ShowDialog();
         }
     }
 }
Esempio n. 2
0
 public void ShowCountryDetail()
 {
     if (FocusedEntity != null)
     {
         using (FormCountryRegions regionsForm = new FormCountryRegions())
         {
             regionsForm.Entity = FocusedEntity;
             regionsForm.ShowDialog();
         }
     }
     
 }