Beispiel #1
0
        private void toolStripButton3_Click(object sender, EventArgs e)
        {
            FRMPaint objPaint = new FRMPaint();

            objPaint.MdiParent = this;
            CreateChildForm(objPaint);
        }
Beispiel #2
0
        private void paintToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FRMPaint objPaint = new FRMPaint();

            objPaint.MdiParent = this;
            CreateChildForm(objPaint);
        }