Beispiel #1
0
        private void MenuItemHelpAbout_Click(object sender, RoutedEventArgs e)
        {
            AboutBox dlg = new AboutBox();

            dlg.Owner = this;
            dlg.SetText(string.Format("{0} version {1}\n\n{2}",
                                      AssemblyProduct, AssemblyVersion, asio.AsioTrademarkStringGet()));
            dlg.ShowDialog();
        }
Beispiel #2
0
 private void buttonAbout_Click(object sender, EventArgs e)
 {
     MessageBox.Show(string.Format("Pulse5 by Yamamoto Software Lab.\n\n{0}", asio.AsioTrademarkStringGet()));
 }