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(); }
private void ofd_FileOk(object sender, CancelEventArgs e) { Doc_stdio std = new Doc_stdio(); std.Show(); std.open_out(ofd.FileName, false); alrmclse.Start(); }
private void toolStripMenuItem6_Click(object sender, EventArgs e) { Doc_stdio ds = new Doc_stdio(); ds.Show(); }
private void label2_Click(object sender, EventArgs e) { Doc_stdio std = new Doc_stdio(); std.Show(); }