コード例 #1
0
        public void CommandAbout_Executed(object sender, ExecutedRoutedEventArgs args)
        {
            string CommandName = ((RoutedCommand)args.Command).Name;

            //T AppExec.LogMessage("The '" + CommandName + "' command has been invoked");

            ProductDirector.ShowAbout();
        }
コード例 #2
0
 private void CompanyLogo_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
 {
     ProductDirector.ShowAbout();
 }