예제 #1
0
 public frmCityEntry()
 {
     InitializeComponent();
     m_oCity    = new Vendor.BusinessLayer.CityBL();
     m_oCountry = new Vendor.BusinessLayer.CountryBL();
     m_oState   = new Vendor.BusinessLayer.StateBL();
 }
예제 #2
0
 public frmCountryMaster()
 {
     InitializeComponent();
     m_oCountry = new Vendor.BusinessLayer.CountryBL();
 }