Skip to content

Commit

Permalink
Second commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dogaanismail committed Nov 2, 2019
1 parent cda4820 commit 62f61f1
Show file tree
Hide file tree
Showing 65 changed files with 4,705 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApplication1", "WindowsFormsApplication1\WindowsFormsApplication1.csproj", "{AAC2FE4E-6F89-471C-9F65-01F6194C8FA2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAC2FE4E-6F89-471C-9F65-01F6194C8FA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAC2FE4E-6F89-471C-9F65-01F6194C8FA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAC2FE4E-6F89-471C-9F65-01F6194C8FA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAC2FE4E-6F89-471C-9F65-01F6194C8FA2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
<connectionStrings>
<add name="WindowsFormsApplication1.Properties.Settings.databaseConnectionString"
connectionString="Data Source=ISOTPC;Initial Catalog=database;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace WindowsFormsApplication1
{
public static class Class1
{
public static string deger { get; set; }
public static string deger1 { get; set; }
public static string tarih { get; set; }
public static string pnrno { get; set; }
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 62f61f1

Please sign in to comment.