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.Shapes;
14 namespace SeciControls
25 InitializeComponent();
30 browser.Navigate(
new Uri(Seci.Definitions.Status.HelpDir +
"Introduction.htm"));
36 browser.Navigate(
new Uri(Seci.Definitions.Status.HelpDir +
"Introduction.htm"));
39 private void Window_Closing(
object sender, System.ComponentModel.CancelEventArgs e)
Interaction logic for HelpBrowser.xaml
void btnHome_Click(object sender, RoutedEventArgs e)
void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)