Example #1
0
        public frmMain()
        {
            InitializeComponent();
            var list = new DONDATDABll().GetOuterOrder();

            btnOrderWait.Caption = String.Format("Chờ thanh toán ({0})", list.Count());
            addTabPages(uctWelcome.uctDL, 17, "Welcome");
        }
Example #2
0
 public void changeCaption()
 {
     try
     {
         var list = new DONDATDABll().GetOuterOrder();
         btnWaitOrder.Caption = String.Format("Chờ thanh toán ({0})", list.Count());
     }
     catch
     {
     }
 }