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