Beispiel #1
0
 //清空id后,清空员工 2015年11月16日
 private void buttonEditId_EditValueChanged(object sender, EventArgs e)
 {
     if (string.IsNullOrEmpty(buttonEditId.Text))
     {
         this.choose = null;
     }
 }
Beispiel #2
0
 public void Take(IChoose choose)
 {
     choose.Take(this.BookName);
 }