private void cmdShowHostWinFormControl_Click(object sender, RoutedEventArgs e) { HostWinFormControl win = new HostWinFormControl(); win.Show(); }