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