Exemplo n.º 1
0
        private UserControl InitReceiptMasterNewAll(ref String TagControl, ref string Title)
        {
            UserControl usControl;


            usControl = new ReceiptMasterNewAll(this.mDataSet);
            (usControl as ReceiptMasterNewAll).Dock = DockStyle.Fill;
            (usControl as ReceiptMasterNewAll).Tag  = Title;



            return(usControl);
        }
Exemplo n.º 2
0
        private UserControl InitReceiptMasterNewAll(ref String TagControl, ref string Title)
        {
            UserControl usControl;


                        usControl = new ReceiptMasterNewAll(this.mDataSet);
                       (usControl as ReceiptMasterNewAll).Dock = DockStyle.Fill;
                       (usControl as ReceiptMasterNewAll).Tag = Title;
                        


            return usControl;

        }