Exemple #1
0
 public ErrorProviderFixed(IContainer container)
     : base(container)
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
Exemple #2
0
 public ErrorProviderFixed(ContainerControl parentControl)
     : base(parentControl)
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
Exemple #3
0
 public ErrorProviderFixed()
     : base()
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
 public ErrorProviderFixed(IContainer container)
     : base(container)
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
 public ErrorProviderFixed(ContainerControl parentControl)
     : base(parentControl)
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
 public ErrorProviderFixed()
     : base()
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }