示例#1
0
文件: jcform.cs 项目: wryip/diyiban
        private void button6_Click(object sender, EventArgs e)
        {
            //继续送洗
            AgainSend from = AgainSend.CreateForm();

            from.Show();
        }
示例#2
0
 public static AgainSend CreateForm()
 {
     if (_danli == null)
     {
         _danli = new AgainSend();
     }
     return(_danli);
 }
示例#3
0
 private void AgainSend_FormClosing(object sender, FormClosingEventArgs e)
 {
     _danli = null;
 }