I'm building this application in Visual Studio 2010 using C#. Basically there are 2 files, form1.cs (which is the windows form) and program.cs (where all the logic lies). //form1.cs public partial class Form1 : Form { //runButton_click function } //p…
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _01个程序 { class Program { static void Main(string[] args) { Console.WriteLine("************************"); // WriteLine输…