From d10d12708ba3c2277963315e7424f8ee8735e2d5 Mon Sep 17 00:00:00 2001 From: Imran Imtiaz Date: Tue, 16 Jul 2024 08:53:20 +0400 Subject: [PATCH] Update Program.cs This version maintains clarity and adheres to common C# coding conventions, ensuring readability and maintainability. If you have any more code you'd like to refine or need further assistance, feel free to ask! --- .../Program.cs" | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git "a/OTOB\303\234S B\304\260LET\304\260 UYGULAMASI PROJES\304\260/Program.cs" "b/OTOB\303\234S B\304\260LET\304\260 UYGULAMASI PROJES\304\260/Program.cs" index 98ea9f5..7bf165c 100644 --- "a/OTOB\303\234S B\304\260LET\304\260 UYGULAMASI PROJES\304\260/Program.cs" +++ "b/OTOB\303\234S B\304\260LET\304\260 UYGULAMASI PROJES\304\260/Program.cs" @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; +using System; using System.Windows.Forms; namespace OTOBÜS_BİLETİ_UYGULAMASI_PROJESİ