├── MerhabaWinForms.sln └── MerhabaWinForms ├── App.config ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── MerhabaWinForms.csproj ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── bin └── Debug │ ├── MerhabaWinForms.exe │ ├── MerhabaWinForms.exe.config │ └── MerhabaWinForms.pdb └── obj └── Debug ├── .NETFramework,Version=v4.7.2.AssemblyAttributes.cs ├── DesignTimeResolveAssemblyReferences.cache ├── DesignTimeResolveAssemblyReferencesInput.cache ├── MerhabaWinForms.Form1.resources ├── MerhabaWinForms.Properties.Resources.resources ├── MerhabaWinForms.csproj.AssemblyReference.cache ├── MerhabaWinForms.csproj.CoreCompileInputs.cache ├── MerhabaWinForms.csproj.FileListAbsolute.txt ├── MerhabaWinForms.csproj.GenerateResource.cache ├── MerhabaWinForms.csproj.SuggestedBindingRedirects.cache ├── MerhabaWinForms.exe └── MerhabaWinForms.pdb /MerhabaWinForms.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms.sln -------------------------------------------------------------------------------- /MerhabaWinForms/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/App.config -------------------------------------------------------------------------------- /MerhabaWinForms/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/Form1.Designer.cs -------------------------------------------------------------------------------- /MerhabaWinForms/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/Form1.cs -------------------------------------------------------------------------------- /MerhabaWinForms/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/Form1.resx -------------------------------------------------------------------------------- /MerhabaWinForms/MerhabaWinForms.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/MerhabaWinForms.csproj -------------------------------------------------------------------------------- /MerhabaWinForms/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/Program.cs -------------------------------------------------------------------------------- /MerhabaWinForms/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /MerhabaWinForms/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /MerhabaWinForms/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/Properties/Resources.resx -------------------------------------------------------------------------------- /MerhabaWinForms/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /MerhabaWinForms/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/Properties/Settings.settings -------------------------------------------------------------------------------- /MerhabaWinForms/bin/Debug/MerhabaWinForms.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/bin/Debug/MerhabaWinForms.exe -------------------------------------------------------------------------------- /MerhabaWinForms/bin/Debug/MerhabaWinForms.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/bin/Debug/MerhabaWinForms.exe.config -------------------------------------------------------------------------------- /MerhabaWinForms/bin/Debug/MerhabaWinForms.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/bin/Debug/MerhabaWinForms.pdb -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/MerhabaWinForms.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/obj/Debug/MerhabaWinForms.Form1.resources -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/MerhabaWinForms.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/obj/Debug/MerhabaWinForms.Properties.Resources.resources -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/MerhabaWinForms.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/obj/Debug/MerhabaWinForms.csproj.AssemblyReference.cache -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/MerhabaWinForms.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | 8069502011d0681850e57a53d5a1673222f430a6 2 | -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/MerhabaWinForms.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/obj/Debug/MerhabaWinForms.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/MerhabaWinForms.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/obj/Debug/MerhabaWinForms.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/MerhabaWinForms.csproj.SuggestedBindingRedirects.cache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/MerhabaWinForms.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/obj/Debug/MerhabaWinForms.exe -------------------------------------------------------------------------------- /MerhabaWinForms/obj/Debug/MerhabaWinForms.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alpsarikisla/2008Yapilanlar/HEAD/MerhabaWinForms/obj/Debug/MerhabaWinForms.pdb --------------------------------------------------------------------------------