Beispiel #1
0
        private void addAttachmentsToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            Cursor = System.Windows.Forms.Cursors.WaitCursor;

            Solsage_Process_Management_System.Forms.Attachments frmAtt = new Solsage_Process_Management_System.Forms.Attachments();
            frmAtt.MdiParent = this;
            frmAtt.Show();

            Cursor = System.Windows.Forms.Cursors.Default;
        }