예제 #1
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     if (tabControl.SelectedItem == tabItemServiceConnection)
     {
         StackHashHelp.ShowTopic("client-options-service-connection.htm");
     }
     else if (tabControl.SelectedItem == tabItemDebuggers)
     {
         StackHashHelp.ShowTopic("client-options-debuggers.htm");
     }
     else if (tabControl.SelectedItem == tabItemProxyServer)
     {
         StackHashHelp.ShowTopic("client-options-proxy-server.htm");
     }
     else if (tabControl.SelectedItem == tabItemDefaultDisplayFilter)
     {
         StackHashHelp.ShowTopic("client-options-display-filter.htm");
     }
     else if (tabControl.SelectedItem == tabItemAdvanced)
     {
         StackHashHelp.ShowTopic("client-options-advanced.htm");
     }
     else
     {
         StackHashHelp.ShowTopic("client-options.htm");
     }
 }
예제 #2
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     if ((_currentPage != null) && (_currentPage.HelpTopic != null))
     {
         StackHashHelp.ShowTopic(_currentPage.HelpTopic);
     }
     else
     {
         StackHashHelp.ShowTopic("setup.htm");
     }
 }
예제 #3
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     if (tabControl.SelectedItem == tabItemCollectionPolicy)
     {
         StackHashHelp.ShowTopic("product-properties-collection.htm");
     }
     else if (tabControl.SelectedItem == tabItemDefaultDisplayFilter)
     {
         StackHashHelp.ShowTopic("product-properties-display-filter.htm");
     }
     else
     {
         StackHashHelp.ShowTopic("product-properties.htm");
     }
 }
예제 #4
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     if (tabControl.SelectedItem == tabItemCollectionPolicy)
     {
         StackHashHelp.ShowTopic("event-properties-collection.htm");
     }
     else if (tabControl.SelectedItem == tabItemRawEventSignature)
     {
         StackHashHelp.ShowTopic("event-properties-signature.htm");
     }
     else
     {
         StackHashHelp.ShowTopic("event-properties.htm");
     }
 }
예제 #5
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     if (tabControl.SelectedItem == tabItemProfiles)
     {
         StackHashHelp.ShowTopic("service-options-profiles.htm");
     }
     else if (tabControl.SelectedItem == tabItemProxyServer)
     {
         StackHashHelp.ShowTopic("service-options-proxy-server.htm");
     }
     else if (tabControl.SelectedItem == tabItemTroubleshooting)
     {
         StackHashHelp.ShowTopic("service-options-troubleshooting.htm");
     }
     else if (tabControl.SelectedItem == tabItemAdvanced)
     {
         StackHashHelp.ShowTopic("service-options-advanced.htm");
     }
     else
     {
         StackHashHelp.ShowTopic("service-options.htm");
     }
 }
예제 #6
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     StackHashHelp.ShowTopic("select-plugins.htm");
 }
예제 #7
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     StackHashHelp.ShowTopic("proxy-server.htm");
 }
예제 #8
0
 private void hyperlinkGettingStarted_Click(object sender, RoutedEventArgs e)
 {
     StackHashHelp.ShowTopic("how-to-getting-started.htm");
 }
예제 #9
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     StackHashHelp.ShowTopic("script-manager.htm");
 }
예제 #10
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     StackHashHelp.ShowTopic("synchronization-report.htm");
 }
예제 #11
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     StackHashHelp.ShowTopic("service-credentials.htm");
 }
예제 #12
0
 private void commandBindingHelp_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     StackHashHelp.ShowTopic("upgrade-profile.htm");
 }