Esempio n. 1
0
 public void EnableByComponentApplication()
 {
     IsWhole = false;
     ByComponentVectorXYLock.Show();
     ShowByComponentSet();
 }
Esempio n. 2
0
 public void EnableWholeApplication()
 {
     IsWhole = true;
     ByComponentVectorXYLock.Hide();
     ShowWholeSet();
 }