Beispiel #1
0
 public void Move_fwd() {
   tab_mgr.Tabs_move(Bool_.Y);
 }
Beispiel #2
0
 public void Move_bwd() {
   tab_mgr.Tabs_move(Bool_.N);
 }