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