示例#1
0
 private void btnRight_Click(object sender, EventArgs e)
 {
     rightBox = new FormListBox(lbRight);
     enablerPool.Add(new BBEnabler(gpRight, gpMatch, rightBox));
     enablerPool.ValidateNodes();
 }
示例#2
0
 private void bntLeft_Click(object sender, EventArgs e)
 {
     leftBox = new FormListBox(lbLeft);
     enablerPool.Add(new BBEnabler(gpLeft, gpRight, leftBox));
     enablerPool.ValidateNodes();
 }