summary refs log tree commit diff
path: root/invoice_total3/InvoiceTotal/Program.cs
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-08 04:44:56 +0000
commit716b60826bd7ca82dd70ed8ceb524528f86b8edf (patch)
treed94a2c0b7c4a65474d53a7b91a12345f7e13d223 /invoice_total3/InvoiceTotal/Program.cs
parentfuture value 2 (diff)
downloadcs-716b60826bd7ca82dd70ed8ceb524528f86b8edf.tar
cs-716b60826bd7ca82dd70ed8ceb524528f86b8edf.tar.gz
cs-716b60826bd7ca82dd70ed8ceb524528f86b8edf.tar.bz2
cs-716b60826bd7ca82dd70ed8ceb524528f86b8edf.tar.xz
cs-716b60826bd7ca82dd70ed8ceb524528f86b8edf.zip
invoice total 3
Diffstat (limited to 'invoice_total3/InvoiceTotal/Program.cs')
-rw-r--r--invoice_total3/InvoiceTotal/Program.cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/invoice_total3/InvoiceTotal/Program.cs b/invoice_total3/InvoiceTotal/Program.cs
new file mode 100644
index 0000000..7f14579
--- /dev/null
+++ b/invoice_total3/InvoiceTotal/Program.cs
@@ -0,0 +1,22 @@
+using System;

+using System.Collections.Generic;

+using System.Linq;

+using System.Threading.Tasks;

+using System.Windows.Forms;

+

+namespace InvoiceTotal

+{

+	static class Program

+	{

+		/// <summary>

+		/// The main entry point for the application.

+		/// </summary>

+		[STAThread]

+		static void Main()

+		{

+			Application.EnableVisualStyles();

+            Application.SetCompatibleTextRenderingDefault(false);

+            Application.Run(new frmInvoiceTotal());

+		}

+	}

+}
\ No newline at end of file