コード例 #1
0
        /// <summary>
        /// Starts the Calculator.
        /// </summary>
        private void ShowCommandConsole()
        {
            var commandConsole = new CommandConsole();

            commandConsole.Show();
        }
コード例 #2
0
 /// <summary>
 /// Starts the Calculator.
 /// </summary>
 private void ShowCommandConsole()
 {
     var commandConsole = new CommandConsole();
     commandConsole.Show();
 }