Exemple #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     WindowsFormsApplication2.Form1 TEST = new WindowsFormsApplication2.Form1();
     TEST.Show();
 }
Exemple #2
0
 public Form2(Form1 _f1)
 {
     InitializeComponent();
     f1 = _f1;
 }
Exemple #3
0
 public Form2(Form1 _f1, student_hzw _st1)
 {
     InitializeComponent();
     f1  = _f1;
     st1 = _st1;
 }
 public Process()
 {
     n1 = new NotifyIcon();
     f1 = new Form1();
 }
Exemple #5
0
 public 新发文(Form1 frm1)
 {
     frm = frm1;
     InitializeComponent();
 }
Exemple #6
0
 private void guardarComoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Form1 guardarc = new Form1();
     guardarc.MdiParent = this;
     guardarc.Show();
 }
Exemple #7
0
 private void abrirToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Form1 abrir = new Form1();
     abrir.MdiParent = this;
     abrir.Show();
 }
Exemple #8
0
 public int nreadsize;//接收字节数 
 public HttpFile(Form1 form, int thread)//构造方法 
 {
     formm = form;
     threadh = thread;
 }