Example #1
0
        private void toolStripButton1_Click_1(object sender, EventArgs e)
        {
            this.Width          = 816;
            this.Height         = 578;
            AddDocument.Pref    = "";
            AddDocument.IndPref = "";
            AddDocument addDocument = new AddDocument();

            addDocument.Show();
        }
Example #2
0
        private void button1_Click_2(object sender, EventArgs e)
        {
            AddDocument addDocument = new AddDocument();

            addDocument.Show();
        }