2 using System.Collections.Generic;
6 using System.Windows.Controls;
7 using System.Windows.Data;
8 using System.Windows.Documents;
9 using System.Windows.Input;
10 using System.Windows.Media;
11 using System.Windows.Media.Imaging;
12 using System.Windows.Navigation;
13 using System.Windows.Shapes;
15 namespace SeciControls
26 InitializeComponent();
32 _browser.WindowState = WindowState.Normal;
40 System.Diagnostics.Process.Start(Seci.Definitions.Status.GenieWebpage);
47 #region IDisposable Members
52 _browser.CloseForReal =
true;
Interaction logic for HelpBrowser.xaml
void btnGenie_Click(object sender, RoutedEventArgs e)
void btnLaunch_Click(object sender, RoutedEventArgs e)
Interaction logic for HelpLauncher.xaml