Example #1
0
 public frmOptions()
 {
     InitializeComponent();
      this.presenter = new OptionsPresenter(this);
      this.cursorHighlightOptions = new CursorHighlightOptions();
      this.chdHighlight.Control = this.cursorHighlightOptions;
      this.watermarkOptions = new WatermarkOptions();
      this.chdWatermark.Control = this.watermarkOptions;
 }
Example #2
0
 public frmOptions()
 {
     InitializeComponent();
      this.presenter = new OptionsPresenter(this);
      this.windowFinder = new WindowFinder();
 }