Esempio n. 1
0
 public ErrorProviderFixed(IContainer container)
     : base(container)
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
Esempio n. 2
0
 public ErrorProviderFixed(ContainerControl parentControl)
     : base(parentControl)
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
Esempio n. 3
0
 public ErrorProviderFixed()
     : base()
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
Esempio n. 4
0
 public ErrorProviderFixed(IContainer container)
     : base(container)
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
Esempio n. 5
0
 public ErrorProviderFixed(ContainerControl parentControl)
     : base(parentControl)
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }
Esempio n. 6
0
 public ErrorProviderFixed()
     : base()
 {
     mToolTipFix = new ErrorProviderFixManager(this);
 }