예제 #1
0
        /// <summary>
        ///     Starts the Calculator.
        /// </summary>
        private void ShowCommandConsole()
        {
            var commandConsole = new CommandConsole();

            commandConsole.Show();
        }
 /// <summary>
 ///     Starts the Calculator.
 /// </summary>
 private void ShowCommandConsole()
 {
     var commandConsole = new CommandConsole();
     commandConsole.Show();
 }