Example #1
0
 public SettingsControl(ZenControlBase owner, ITextProvider tprov, ICedictEngineFactory dictFact)
     : base(owner)
 {
     ctrlWin = new SettingsControlWin(tprov, dictFact);
     ctrlWin.Size = Size;
     ctrlWin.Location = AbsLocation;
     RegisterWinFormsControl(ctrlWin);
 }