コード例 #1
0
ファイル: MainForm.cs プロジェクト: vpjulia/Salvia
        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);
        }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: vpjulia/Salvia
        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;

        }