Example #1
0
        private void ģ˛…ź³ ToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Warehousing WH = new Warehousing();

            WH.MdiParent = this;
            WH.Show();
        }
        //POP_EmpAdd

        public PTP_Sample(Warehousing WH, string ment)
        {
            InitializeComponent();

            W1        = WH;
            this.TcTT = ment;

            SQL = TcTT;

            DBSelect();
        }