示例#1
0
        private void OnShowConsole(object sender, RoutedEventArgs e)
        {
            string filename;

            if (GetSelectedFileName(out filename))
            {
                ProcessInfoTools.ShowTerminal(System.IO.Path.GetDirectoryName(filename));
            }
        }
示例#2
0
 public bool BringUpTerminalInInstallLocation()
 {
     return(ProcessInfoTools.ShowTerminal(InstallLocation));
 }