Exemple #1
0
 public BaseForm()
 {
     InitializeComponent();
     InvokerHost    = new InvokerHost(this);
     MessageBoxHost = new MessageBoxHost(this, InvokerHost);
 }
Exemple #2
0
 public BaseUserControl()
 {
     InitializeComponent();
     InvokerHost    = new InvokerHost(this);
     MessageBoxHost = new MessageBoxHost(this, InvokerHost);
 }
Exemple #3
0
 public BaseCustomControl()
 {
     InvokerHost    = new InvokerHost(this);
     MessageBoxHost = new MessageBoxHost(this, InvokerHost);
 }