예제 #1
0
 public static bdpjFrom Create(string name, string cardno, string tel)
 {
     name1   = name;
     cardno1 = cardno;
     tel1    = tel;
     if (zjhyfl == null)
     {
         zjhyfl = new bdpjFrom();
     }
     return(zjhyfl);
 }
예제 #2
0
 private void bdpjFrom_FormClosing(object sender, FormClosingEventArgs e)
 {
     zjhyfl = null;
 }