コード例 #1
0
 public POSTransactionsUI()
 {
     InitializeComponent();
     loPOSTransaction       = new POSTransaction();
     loPOSTransactionDetail = new POSTransactionDetail();
     loOrderSlipRpt         = new OrderSlipRpt();
 }
コード例 #2
0
        public RenderUI()
        {
            InitializeComponent();
            loPOSTransaction       = new POSTransaction();
            loPOSTransactionDetail = new POSTransactionDetail();
            loCustomer             = new Customer();
            loInventory            = new Inventory();
            loInventoryDetail      = new InventoryDetail();
            loSystemConfiguration  = new SystemConfiguration();
            lFromClose             = false;

            //loORPrePrintedRpt = new ORPrePrintedRpt();
            //loORReceiptPrinter80mmRpt = new ORReceiptPrinter80mmRpt();
            loOrderSlipRpt = new OrderSlipRpt();
            loReportViewer = new ReportViewerUI();
        }