public PriceListPrintDialog()
 {
     InitializeComponent();
     priceList=new PriceList();
     priceListByManufacturer = new PriceListByManufacturer();
     priceListByManufacturer.Date.Text = EthiopianDate.EthiopianDate.Now.ToDateString();
     priceListByManufacturer.HubName.Text = BLL.GeneralInfo.Current.HospitalName;
     priceList.Date.Text = EthiopianDate.EthiopianDate.Now.ToDateString();
     priceList.HubName.Text = BLL.GeneralInfo.Current.HospitalName;
 }
Exemplo n.º 2
0
 public PriceListPrintDialog()
 {
     InitializeComponent();
     priceList = new PriceList();
     priceListByManufacturer              = new PriceListByManufacturer();
     priceListByManufacturer.Date.Text    = EthiopianDate.EthiopianDate.Now.ToDateString();
     priceListByManufacturer.HubName.Text = BLL.GeneralInfo.Current.HospitalName;
     priceList.Date.Text    = EthiopianDate.EthiopianDate.Now.ToDateString();
     priceList.HubName.Text = BLL.GeneralInfo.Current.HospitalName;
 }