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