Example #1
0
 public bool ProcessCmdKey(IConvolutionFormExposer view, Keys keyData)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void OnElementExpose(IConvolutionFormExposer source)
 {
     source.ApplyButton.Click += (sender, args)
                                 => _aggregator.PublishFrom(source, new ApplyConvolutionKernelEventArgs());
 }
Example #3
0
 public virtual void OnElementExpose(IConvolutionFormExposer form)
 {
 }