Esempio n. 1
0
 private void OnHelp(object sender, RoutedEventArgs e)
 {
     Documentation.OpenLink(Documentation.Link.MainPage);
 }
Esempio n. 2
0
 private void OpenDocumentation(object a = null, object b = null)
 {
     ParentWindow.Close();
     Documentation.OpenLink(MsgContent.Doc);
 }
Esempio n. 3
0
 private static void Execute_Documentation(object sender, EventArgs e)
 {
     ThreadHelper.ThrowIfNotOnUIThread();
     Documentation.OpenLink(Documentation.Link.MainPage);
 }
 private void ButtonDocumentation_OnClick(object sender, object e)
 {
     Documentation.OpenLink(Documentation.Link.GeneralConfiguration);
 }
Esempio n. 5
0
 private void OnDonate(object sender, object e)
 {
     this.Close();
     Documentation.OpenLink(Documentation.Link.Donate);
 }
Esempio n. 6
0
 private void OnGithub(object sender, object e)
 {
     this.Close();
     Documentation.OpenLink(Documentation.Link.MainPage);
 }
Esempio n. 7
0
 private void OnReportIssue(object sender, object e)
 {
     this.Close();
     Documentation.OpenLink(Documentation.Link.ReportIssue);
 }