Example #1
0
 public WatermarkForm(WatermarkConfig watermarkConfig)
 {
     InitializeComponent();
     config = watermarkConfig;
     CodeMenu.Create <ReplCodeMenuEntry>(txtWatermarkText, ReplCodeMenuEntry.t, ReplCodeMenuEntry.pn);
 }
Example #2
0
 public WatermarkForm(WatermarkConfig watermarkConfig)
 {
     InitializeComponent();
     config = watermarkConfig;
     CodeMenu.Create<ReplCodeMenuEntry>(txtWatermarkText, ReplCodeMenuEntry.t, ReplCodeMenuEntry.pn);
 }