public DefineQueryControl()
 {
     this.DefaultStyleKey = typeof(DefineQueryControl);
     OperatorClickCommand = new ESRI.ArcGIS.Mapping.Controls.DelegateCommand(operatorClick, canOperatorClick);
 }
 public DefineQueryControl()
 {
     this.DefaultStyleKey = typeof(DefineQueryControl);
     OperatorClickCommand = new ESRI.ArcGIS.Mapping.Controls.DelegateCommand(operatorClick, canOperatorClick);
 }