Пример #1
0
 public ErrorProviderFixed(ContainerControl parentControl)
     : base(parentControl)
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
Пример #2
0
 public ErrorProviderFixed(IContainer container)
     : base(container)
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
Пример #3
0
 public ErrorProviderFixed()
     : base()
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }