Пример #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;
 }
Пример #2
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;
 }