Esempio n. 1
0
        private void zjfwbutton_Click(object sender, EventArgs e)
        {
            AddFuWuType addfuwu = AddFuWuType.Create(gridbind);

            addfuwu.Show();
            addfuwu.Focus();
        }
Esempio n. 2
0
 public static AddFuWuType Create(databind bind)
 {
     bind1 = bind;
     if (hyfl == null)
     {
         hyfl = new AddFuWuType();
     }
     return(hyfl);
 }
Esempio n. 3
0
 private void AddFuWuType_FormClosing(object sender, FormClosingEventArgs e)
 {
     hyfl = null;
 }