Ejemplo n.º 1
0
 public BaseForm()
 {
     InitializeComponent();
     InvokerHost    = new InvokerHost(this);
     MessageBoxHost = new MessageBoxHost(this, InvokerHost);
 }
Ejemplo n.º 2
0
 public BaseUserControl()
 {
     InitializeComponent();
     InvokerHost    = new InvokerHost(this);
     MessageBoxHost = new MessageBoxHost(this, InvokerHost);
 }
Ejemplo n.º 3
0
 public BaseCustomControl()
 {
     InvokerHost    = new InvokerHost(this);
     MessageBoxHost = new MessageBoxHost(this, InvokerHost);
 }