コード例 #1
0
 public void Select(BVTab tab)
 {
     Active = tab;
 }
コード例 #2
0
 public void Select(MouseEventArgs e, BVTab tab)
 {
     Select(tab);
 }