コード例 #1
0
ファイル: UCCountryList2.cs プロジェクト: 5509850/baumax
 public void ShowCountryDetail()
 {
     if (FocusedEntity != null)
     {
         using (FormCountryRegions regionsForm = new FormCountryRegions())
         {
             regionsForm.Entity = FocusedEntity;
             regionsForm.ShowDialog();
         }
     }
 }
コード例 #2
0
ファイル: UCCountryList2.cs プロジェクト: 5509850/baumax
 public void ShowCountryDetail()
 {
     if (FocusedEntity != null)
     {
         using (FormCountryRegions regionsForm = new FormCountryRegions())
         {
             regionsForm.Entity = FocusedEntity;
             regionsForm.ShowDialog();
         }
     }
     
 }