Example #1
0
 public void SetToolBarSettings(Type newToolType, AppEnvironment newToolBarAppEnvironment)
 {
     this.toolBarToolType       = newToolType;
     this.toolBarAppEnvironment = newToolBarAppEnvironment.Clone();
 }
 public void SetToolBarSettings(Type newToolType, AppEnvironment newToolBarAppEnvironment)
 {
     this.toolBarToolType = newToolType;
     this.toolBarAppEnvironment = newToolBarAppEnvironment.Clone();
 }