Exemplo n.º 1
0
 public frmCityEntry()
 {
     InitializeComponent();
     m_oCity    = new Vendor.BusinessLayer.CityBL();
     m_oCountry = new Vendor.BusinessLayer.CountryBL();
     m_oState   = new Vendor.BusinessLayer.StateBL();
 }
Exemplo n.º 2
0
 public frmCountryMaster()
 {
     InitializeComponent();
     m_oCountry = new Vendor.BusinessLayer.CountryBL();
 }