I know I can open Windows Calculator with the following code :
System.Diagnostics.Process.Start(\"calc\");
But I wanna open it in my C# Win
System.Diagnostics.Process.Start("calc.exe");