예제 #1
0
        private void label3_Click(object sender, EventArgs e)
        {
            Doc_stdio std = new Doc_stdio();

            std.open_out(Application.StartupPath + "\\Templates\\Data Form.afd", false);
            std.Show();
        }
예제 #2
0
        private void ofd_FileOk(object sender, CancelEventArgs e)
        {
            Doc_stdio std = new Doc_stdio();

            std.Show();
            std.open_out(ofd.FileName, false);
            alrmclse.Start();
        }
예제 #3
0
        private void toolStripMenuItem6_Click(object sender, EventArgs e)
        {
            Doc_stdio ds = new Doc_stdio();

            ds.Show();
        }
예제 #4
0
        private void label2_Click(object sender, EventArgs e)
        {
            Doc_stdio std = new Doc_stdio();

            std.Show();
        }