예제 #1
0
 public void Select(BVTab tab)
 {
     Active = tab;
 }
예제 #2
0
 public void Select(MouseEventArgs e, BVTab tab)
 {
     Select(tab);
 }