Example #1
0
 protected override void OnCommandClick(string command)
 {
     if (_layer == null)
     {
         return;
     }
     _layer.CommandClick(command);
 }
Example #2
0
 protected override void OnCommandClick(string command)
 {
     _filter.CommandClick(command);
 }