Example #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);
        }
Example #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;

        }