Exemplo n.º 1
0
 private void ATMLNavigationWindow_HelpRequested(object sender, HelpEventArgs hlpevent)
 {
     ATMLContext.ShowHelp(this, "Project Navigator");
 }
Exemplo n.º 2
0
 private void ATMLForm_HelpRequested(object sender, HelpEventArgs hlpevent)
 {
     ATMLContext.ShowHelp(this, Text);
 }