private void btnView_Click(object sender, EventArgs e)
 {
     ShouYiForm form = new ShouYiForm();
     form.Bind(this.List[this.lbxList.SelectedIndex]);
     form.ShowDialog();
 }
Exemple #2
0
 private void btnShouYi_Click(object sender, EventArgs e)
 {
     ShouYiForm form = new ShouYiForm();
     form.ShowDialog();
 }