public BaseForm() { InitializeComponent(); InvokerHost = new InvokerHost(this); MessageBoxHost = new MessageBoxHost(this, InvokerHost); }
public BaseUserControl() { InitializeComponent(); InvokerHost = new InvokerHost(this); MessageBoxHost = new MessageBoxHost(this, InvokerHost); }
public BaseCustomControl() { InvokerHost = new InvokerHost(this); MessageBoxHost = new MessageBoxHost(this, InvokerHost); }