diff --git a/.vs/c-sharp/v17/.suo b/.vs/c-sharp/v17/.suo
index 391cd78..043d7c2 100644
Binary files a/.vs/c-sharp/v17/.suo and b/.vs/c-sharp/v17/.suo differ
diff --git a/Binaris/App.config b/Binaris/App.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Binaris/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Binaris/Binaris.cs b/Binaris/Binaris.cs
new file mode 100644
index 0000000..2003fce
--- /dev/null
+++ b/Binaris/Binaris.cs
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Binaris {
+ internal class Binaris {
+ private string szam;
+
+ public Binaris() {
+ Console.WriteLine("Kérem a számot");
+ szam = Console.ReadLine();
+ egyesek_szama();
+ }
+
+ public void egyesek_szama() {
+ int count = 0;
+ for (int i = 0; i < szam.Length; i++)
+ if (szam[i].Equals('1')) count++;
+
+ Console.WriteLine("Egyesek szama: " + count);
+ }
+
+ }
+}
diff --git a/Binaris/Binaris.csproj b/Binaris/Binaris.csproj
new file mode 100644
index 0000000..8a33883
--- /dev/null
+++ b/Binaris/Binaris.csproj
@@ -0,0 +1,54 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {B9D84424-1C01-4F48-A27E-301AF2992F18}
+ Exe
+ Binaris
+ Binaris
+ v4.7.2
+ 512
+ true
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Binaris/Program.cs b/Binaris/Program.cs
new file mode 100644
index 0000000..2a7ed67
--- /dev/null
+++ b/Binaris/Program.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Binaris {
+ internal class Program {
+ static void Main(string[] args) {
+ Binaris binaris = new Binaris();
+ Console.ReadKey();
+ }
+ }
+}
diff --git a/Binaris/Properties/AssemblyInfo.cs b/Binaris/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..fb0033e
--- /dev/null
+++ b/Binaris/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Binaris")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Binaris")]
+[assembly: AssemblyCopyright("Copyright © 2022")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("b9d84424-1c01-4f48-a27e-301af2992f18")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Binaris/bin/Debug/Binaris.exe b/Binaris/bin/Debug/Binaris.exe
new file mode 100644
index 0000000..8d9cc39
Binary files /dev/null and b/Binaris/bin/Debug/Binaris.exe differ
diff --git a/Binaris/bin/Debug/Binaris.exe.config b/Binaris/bin/Debug/Binaris.exe.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Binaris/bin/Debug/Binaris.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Binaris/bin/Debug/Binaris.pdb b/Binaris/bin/Debug/Binaris.pdb
new file mode 100644
index 0000000..d9f2407
Binary files /dev/null and b/Binaris/bin/Debug/Binaris.pdb differ
diff --git a/Binaris/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Binaris/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
new file mode 100644
index 0000000..3871b18
--- /dev/null
+++ b/Binaris/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/Binaris/obj/Debug/Binaris.csproj.AssemblyReference.cache b/Binaris/obj/Debug/Binaris.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..126ed02
Binary files /dev/null and b/Binaris/obj/Debug/Binaris.csproj.AssemblyReference.cache differ
diff --git a/Binaris/obj/Debug/Binaris.csproj.CoreCompileInputs.cache b/Binaris/obj/Debug/Binaris.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..c2c02cd
--- /dev/null
+++ b/Binaris/obj/Debug/Binaris.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+c3e4d6db489fd33fa389a9b349d3e7172e438be5
diff --git a/Binaris/obj/Debug/Binaris.csproj.FileListAbsolute.txt b/Binaris/obj/Debug/Binaris.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..3269eb7
--- /dev/null
+++ b/Binaris/obj/Debug/Binaris.csproj.FileListAbsolute.txt
@@ -0,0 +1,8 @@
+C:\dev\c#\c-sharp\Binaris\bin\Debug\Binaris.exe.config
+C:\dev\c#\c-sharp\Binaris\bin\Debug\Binaris.exe
+C:\dev\c#\c-sharp\Binaris\bin\Debug\Binaris.pdb
+C:\dev\c#\c-sharp\Binaris\obj\Debug\Binaris.csproj.AssemblyReference.cache
+C:\dev\c#\c-sharp\Binaris\obj\Debug\Binaris.csproj.SuggestedBindingRedirects.cache
+C:\dev\c#\c-sharp\Binaris\obj\Debug\Binaris.csproj.CoreCompileInputs.cache
+C:\dev\c#\c-sharp\Binaris\obj\Debug\Binaris.exe
+C:\dev\c#\c-sharp\Binaris\obj\Debug\Binaris.pdb
diff --git a/Binaris/obj/Debug/Binaris.csproj.SuggestedBindingRedirects.cache b/Binaris/obj/Debug/Binaris.csproj.SuggestedBindingRedirects.cache
new file mode 100644
index 0000000..e69de29
diff --git a/Binaris/obj/Debug/Binaris.exe b/Binaris/obj/Debug/Binaris.exe
new file mode 100644
index 0000000..8d9cc39
Binary files /dev/null and b/Binaris/obj/Debug/Binaris.exe differ
diff --git a/Binaris/obj/Debug/Binaris.pdb b/Binaris/obj/Debug/Binaris.pdb
new file mode 100644
index 0000000..d9f2407
Binary files /dev/null and b/Binaris/obj/Debug/Binaris.pdb differ
diff --git a/Binaris/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Binaris/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..44c31df
Binary files /dev/null and b/Binaris/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Kettes/App.config b/Kettes/App.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Kettes/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Kettes/Kettes.csproj b/Kettes/Kettes.csproj
new file mode 100644
index 0000000..ec9fcd6
--- /dev/null
+++ b/Kettes/Kettes.csproj
@@ -0,0 +1,54 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {912C55E2-D84F-499F-AE54-B0F43CD4DDBD}
+ Exe
+ Kettes
+ Kettes
+ v4.7.2
+ 512
+ true
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Kettes/Ketto.cs b/Kettes/Ketto.cs
new file mode 100644
index 0000000..0ae5e2c
--- /dev/null
+++ b/Kettes/Ketto.cs
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Kettes {
+ internal class Ketto {
+ private int szam;
+
+ public Ketto() {
+ szam = Convert.ToInt32(Console.ReadLine());
+ konvertalas();
+ }
+
+ public void konvertalas() {
+ string binaris = Convert.ToString(szam, 2);
+ Console.WriteLine(binaris);
+ }
+ }
+}
diff --git a/Kettes/Program.cs b/Kettes/Program.cs
new file mode 100644
index 0000000..8df5298
--- /dev/null
+++ b/Kettes/Program.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Kettes {
+ internal class Program {
+ static void Main(string[] args) {
+ Ketto ketto= new Ketto();
+ Console.ReadKey();
+ }
+ }
+}
diff --git a/Kettes/Properties/AssemblyInfo.cs b/Kettes/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..b328529
--- /dev/null
+++ b/Kettes/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Kettes")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Kettes")]
+[assembly: AssemblyCopyright("Copyright © 2022")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("912c55e2-d84f-499f-ae54-b0f43cd4ddbd")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Kettes/bin/Debug/Kettes.exe b/Kettes/bin/Debug/Kettes.exe
new file mode 100644
index 0000000..da1adc4
Binary files /dev/null and b/Kettes/bin/Debug/Kettes.exe differ
diff --git a/Kettes/bin/Debug/Kettes.exe.config b/Kettes/bin/Debug/Kettes.exe.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Kettes/bin/Debug/Kettes.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Kettes/bin/Debug/Kettes.pdb b/Kettes/bin/Debug/Kettes.pdb
new file mode 100644
index 0000000..25561b1
Binary files /dev/null and b/Kettes/bin/Debug/Kettes.pdb differ
diff --git a/Kettes/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Kettes/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
new file mode 100644
index 0000000..3871b18
--- /dev/null
+++ b/Kettes/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/Kettes/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Kettes/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..0a669d3
Binary files /dev/null and b/Kettes/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Kettes/obj/Debug/Kettes.csproj.AssemblyReference.cache b/Kettes/obj/Debug/Kettes.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..126ed02
Binary files /dev/null and b/Kettes/obj/Debug/Kettes.csproj.AssemblyReference.cache differ
diff --git a/Kettes/obj/Debug/Kettes.csproj.CoreCompileInputs.cache b/Kettes/obj/Debug/Kettes.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..8c627c6
--- /dev/null
+++ b/Kettes/obj/Debug/Kettes.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+0ad582048f6b58ea46070a200538b64c25241d26
diff --git a/Kettes/obj/Debug/Kettes.csproj.FileListAbsolute.txt b/Kettes/obj/Debug/Kettes.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..a9fba2c
--- /dev/null
+++ b/Kettes/obj/Debug/Kettes.csproj.FileListAbsolute.txt
@@ -0,0 +1,8 @@
+C:\dev\c#\c-sharp\Kettes\bin\Debug\Kettes.exe.config
+C:\dev\c#\c-sharp\Kettes\bin\Debug\Kettes.exe
+C:\dev\c#\c-sharp\Kettes\bin\Debug\Kettes.pdb
+C:\dev\c#\c-sharp\Kettes\obj\Debug\Kettes.csproj.AssemblyReference.cache
+C:\dev\c#\c-sharp\Kettes\obj\Debug\Kettes.csproj.SuggestedBindingRedirects.cache
+C:\dev\c#\c-sharp\Kettes\obj\Debug\Kettes.csproj.CoreCompileInputs.cache
+C:\dev\c#\c-sharp\Kettes\obj\Debug\Kettes.exe
+C:\dev\c#\c-sharp\Kettes\obj\Debug\Kettes.pdb
diff --git a/Kettes/obj/Debug/Kettes.csproj.SuggestedBindingRedirects.cache b/Kettes/obj/Debug/Kettes.csproj.SuggestedBindingRedirects.cache
new file mode 100644
index 0000000..e69de29
diff --git a/Kettes/obj/Debug/Kettes.exe b/Kettes/obj/Debug/Kettes.exe
new file mode 100644
index 0000000..da1adc4
Binary files /dev/null and b/Kettes/obj/Debug/Kettes.exe differ
diff --git a/Kettes/obj/Debug/Kettes.pdb b/Kettes/obj/Debug/Kettes.pdb
new file mode 100644
index 0000000..25561b1
Binary files /dev/null and b/Kettes/obj/Debug/Kettes.pdb differ
diff --git a/Lotto/App.config b/Lotto/App.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Lotto/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Lotto/Lotto.cs b/Lotto/Lotto.cs
new file mode 100644
index 0000000..17ddc09
--- /dev/null
+++ b/Lotto/Lotto.cs
@@ -0,0 +1,40 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Lotto {
+ internal class Lotto {
+ private int[] szamok = new int[5];
+
+ public Lotto() {
+ sorsolas();
+ }
+
+ public void sorsolas() {
+ Random random = new Random();
+ bool nincs_benne = true;
+ for (int i = 0; i < 5; i++) {
+ int sorsolt = random.Next(1, 91);
+ for (int j = 0; j < szamok.Length; j++) {
+ if(sorsolt == szamok[i]) {
+ i--;
+ nincs_benne = false;
+ }
+ }
+ if (nincs_benne) {
+ szamok[i] = sorsolt;
+ }
+ }
+
+ kiir();
+ }
+
+ public void kiir() {
+ for (int i = 0; i < szamok.Length; i++) {
+ Console.Write(szamok[i] + " ");
+ }
+ }
+ }
+}
diff --git a/Lotto/Lotto.csproj b/Lotto/Lotto.csproj
new file mode 100644
index 0000000..ef90ba0
--- /dev/null
+++ b/Lotto/Lotto.csproj
@@ -0,0 +1,54 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {8BA5DF46-C5C3-431C-8029-86668039577E}
+ Exe
+ Lotto
+ Lotto
+ v4.7.2
+ 512
+ true
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Lotto/Program.cs b/Lotto/Program.cs
new file mode 100644
index 0000000..49a2977
--- /dev/null
+++ b/Lotto/Program.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Lotto {
+ internal class Program {
+ static void Main(string[] args) {
+ Lotto lotto = new Lotto();
+ Console.ReadKey();
+ }
+ }
+}
diff --git a/Lotto/Properties/AssemblyInfo.cs b/Lotto/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..26811a8
--- /dev/null
+++ b/Lotto/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Lotto")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Lotto")]
+[assembly: AssemblyCopyright("Copyright © 2022")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("8ba5df46-c5c3-431c-8029-86668039577e")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Lotto/bin/Debug/Lotto.exe b/Lotto/bin/Debug/Lotto.exe
new file mode 100644
index 0000000..5f2acee
Binary files /dev/null and b/Lotto/bin/Debug/Lotto.exe differ
diff --git a/Lotto/bin/Debug/Lotto.exe.config b/Lotto/bin/Debug/Lotto.exe.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Lotto/bin/Debug/Lotto.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Lotto/bin/Debug/Lotto.pdb b/Lotto/bin/Debug/Lotto.pdb
new file mode 100644
index 0000000..1b81234
Binary files /dev/null and b/Lotto/bin/Debug/Lotto.pdb differ
diff --git a/Lotto/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Lotto/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
new file mode 100644
index 0000000..3871b18
--- /dev/null
+++ b/Lotto/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/Lotto/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Lotto/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..ef73bae
Binary files /dev/null and b/Lotto/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Lotto/obj/Debug/Lotto.csproj.AssemblyReference.cache b/Lotto/obj/Debug/Lotto.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..126ed02
Binary files /dev/null and b/Lotto/obj/Debug/Lotto.csproj.AssemblyReference.cache differ
diff --git a/Lotto/obj/Debug/Lotto.csproj.CoreCompileInputs.cache b/Lotto/obj/Debug/Lotto.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..a37329b
--- /dev/null
+++ b/Lotto/obj/Debug/Lotto.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+3b962cba01c4ff6cc2460b4452c05fb7a602cbac
diff --git a/Lotto/obj/Debug/Lotto.csproj.FileListAbsolute.txt b/Lotto/obj/Debug/Lotto.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..9e60478
--- /dev/null
+++ b/Lotto/obj/Debug/Lotto.csproj.FileListAbsolute.txt
@@ -0,0 +1,8 @@
+C:\dev\c#\c-sharp\Lotto\bin\Debug\Lotto.exe.config
+C:\dev\c#\c-sharp\Lotto\bin\Debug\Lotto.exe
+C:\dev\c#\c-sharp\Lotto\bin\Debug\Lotto.pdb
+C:\dev\c#\c-sharp\Lotto\obj\Debug\Lotto.csproj.AssemblyReference.cache
+C:\dev\c#\c-sharp\Lotto\obj\Debug\Lotto.csproj.SuggestedBindingRedirects.cache
+C:\dev\c#\c-sharp\Lotto\obj\Debug\Lotto.csproj.CoreCompileInputs.cache
+C:\dev\c#\c-sharp\Lotto\obj\Debug\Lotto.exe
+C:\dev\c#\c-sharp\Lotto\obj\Debug\Lotto.pdb
diff --git a/Lotto/obj/Debug/Lotto.csproj.SuggestedBindingRedirects.cache b/Lotto/obj/Debug/Lotto.csproj.SuggestedBindingRedirects.cache
new file mode 100644
index 0000000..e69de29
diff --git a/Lotto/obj/Debug/Lotto.exe b/Lotto/obj/Debug/Lotto.exe
new file mode 100644
index 0000000..5f2acee
Binary files /dev/null and b/Lotto/obj/Debug/Lotto.exe differ
diff --git a/Lotto/obj/Debug/Lotto.pdb b/Lotto/obj/Debug/Lotto.pdb
new file mode 100644
index 0000000..1b81234
Binary files /dev/null and b/Lotto/obj/Debug/Lotto.pdb differ
diff --git a/Menu/App.config b/Menu/App.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Menu/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Menu/Menu.csproj b/Menu/Menu.csproj
new file mode 100644
index 0000000..3096ac4
--- /dev/null
+++ b/Menu/Menu.csproj
@@ -0,0 +1,54 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {FD69BF8E-F676-4DB3-8751-244AFCB01531}
+ Exe
+ Menu
+ Menu
+ v4.7.2
+ 512
+ true
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Menu/Menuk.cs b/Menu/Menuk.cs
new file mode 100644
index 0000000..ccc910a
--- /dev/null
+++ b/Menu/Menuk.cs
@@ -0,0 +1,40 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Menu {
+ internal class Menuk {
+ private int valasztas;
+
+ public Menuk() {
+ menuPont();
+ }
+
+ public void setValasztas() {
+ Console.WriteLine("Adja meg a menupont szamat");
+ valasztas = Convert.ToInt32(Console.ReadLine());
+ }
+
+ public void menuPont() {
+ while (true) {
+ setValasztas();
+
+ if (valasztas == 1) {
+ Console.WriteLine("Elso menupont");
+ } else if (valasztas == 2) {
+ Console.WriteLine("Masodik menupont");
+ } else if (valasztas == 3) {
+ Console.WriteLine("Harmadik menupont");
+ } else if (valasztas == 4) {
+ Console.WriteLine("Negyedik menupont");
+ } else if (valasztas == 5) {
+ Console.WriteLine("Kilépés menupont");
+ break;
+ }
+ }
+
+ }
+ }
+}
diff --git a/Menu/Program.cs b/Menu/Program.cs
new file mode 100644
index 0000000..724b88a
--- /dev/null
+++ b/Menu/Program.cs
@@ -0,0 +1,13 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Menu {
+ internal class Program {
+ static void Main(string[] args) {
+ Menuk menu = new Menuk();
+ }
+ }
+}
diff --git a/Menu/Properties/AssemblyInfo.cs b/Menu/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..665df44
--- /dev/null
+++ b/Menu/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Menu")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Menu")]
+[assembly: AssemblyCopyright("Copyright © 2022")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("fd69bf8e-f676-4db3-8751-244afcb01531")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Menu/bin/Debug/Menu.exe b/Menu/bin/Debug/Menu.exe
new file mode 100644
index 0000000..d7d97f7
Binary files /dev/null and b/Menu/bin/Debug/Menu.exe differ
diff --git a/Menu/bin/Debug/Menu.exe.config b/Menu/bin/Debug/Menu.exe.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Menu/bin/Debug/Menu.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Menu/bin/Debug/Menu.pdb b/Menu/bin/Debug/Menu.pdb
new file mode 100644
index 0000000..5a424ae
Binary files /dev/null and b/Menu/bin/Debug/Menu.pdb differ
diff --git a/Menu/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Menu/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
new file mode 100644
index 0000000..3871b18
--- /dev/null
+++ b/Menu/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/Menu/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Menu/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..983d68e
Binary files /dev/null and b/Menu/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Menu/obj/Debug/Menu.csproj.AssemblyReference.cache b/Menu/obj/Debug/Menu.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..126ed02
Binary files /dev/null and b/Menu/obj/Debug/Menu.csproj.AssemblyReference.cache differ
diff --git a/Menu/obj/Debug/Menu.csproj.CoreCompileInputs.cache b/Menu/obj/Debug/Menu.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..c4bfb3a
--- /dev/null
+++ b/Menu/obj/Debug/Menu.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+a92248c08ff790a09cf37916c82a8d94655721c9
diff --git a/Menu/obj/Debug/Menu.csproj.FileListAbsolute.txt b/Menu/obj/Debug/Menu.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..0ae6410
--- /dev/null
+++ b/Menu/obj/Debug/Menu.csproj.FileListAbsolute.txt
@@ -0,0 +1,8 @@
+C:\dev\c#\c-sharp\Menu\bin\Debug\Menu.exe.config
+C:\dev\c#\c-sharp\Menu\bin\Debug\Menu.exe
+C:\dev\c#\c-sharp\Menu\bin\Debug\Menu.pdb
+C:\dev\c#\c-sharp\Menu\obj\Debug\Menu.csproj.AssemblyReference.cache
+C:\dev\c#\c-sharp\Menu\obj\Debug\Menu.csproj.SuggestedBindingRedirects.cache
+C:\dev\c#\c-sharp\Menu\obj\Debug\Menu.csproj.CoreCompileInputs.cache
+C:\dev\c#\c-sharp\Menu\obj\Debug\Menu.exe
+C:\dev\c#\c-sharp\Menu\obj\Debug\Menu.pdb
diff --git a/Menu/obj/Debug/Menu.csproj.SuggestedBindingRedirects.cache b/Menu/obj/Debug/Menu.csproj.SuggestedBindingRedirects.cache
new file mode 100644
index 0000000..e69de29
diff --git a/Menu/obj/Debug/Menu.exe b/Menu/obj/Debug/Menu.exe
new file mode 100644
index 0000000..d7d97f7
Binary files /dev/null and b/Menu/obj/Debug/Menu.exe differ
diff --git a/Menu/obj/Debug/Menu.pdb b/Menu/obj/Debug/Menu.pdb
new file mode 100644
index 0000000..5a424ae
Binary files /dev/null and b/Menu/obj/Debug/Menu.pdb differ
diff --git a/Sorozatok/App.config b/Sorozatok/App.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Sorozatok/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sorozatok/Program.cs b/Sorozatok/Program.cs
new file mode 100644
index 0000000..8dd3199
--- /dev/null
+++ b/Sorozatok/Program.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Sorozatok {
+ internal class Program {
+ static void Main(string[] args) {
+ Sorozat sorozat = new Sorozat();
+ Console.ReadKey();
+ }
+ }
+}
diff --git a/Sorozatok/Properties/AssemblyInfo.cs b/Sorozatok/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..cd0e21c
--- /dev/null
+++ b/Sorozatok/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Sorozatok")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Sorozatok")]
+[assembly: AssemblyCopyright("Copyright © 2022")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("c04e7877-b737-4300-b572-6fb7385046f5")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Sorozatok/Sorozat.cs b/Sorozatok/Sorozat.cs
new file mode 100644
index 0000000..81be5e0
--- /dev/null
+++ b/Sorozatok/Sorozat.cs
@@ -0,0 +1,53 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Sorozatok {
+ internal class Sorozat {
+ private int[] szamok = new int[4];
+
+ public Sorozat() {
+ Console.WriteLine("Adja meg a számokat");
+ for (int i = 0; i < szamok.Length; i++) {
+ szamok[i] = Convert.ToInt32(Console.ReadLine());
+ }
+ mertani_e();
+ szamtani_e();
+ }
+
+ public void mertani_e() {
+ int elso_hanyados = szamok[szamok.Length - 1] / szamok[szamok.Length - 2];
+ bool sorozat_e = true;
+ for (int i = szamok.Length -1; i > 0; i--) {
+ int akt_hanyados = szamok[i] / szamok[i - 1];
+ if (akt_hanyados != elso_hanyados) {
+ Console.WriteLine("A sorozat nem mértani!");
+ sorozat_e = false;
+ break;
+ }
+ }
+ if (sorozat_e) {
+ Console.WriteLine("A sorozat mértani!");
+ }
+ }
+
+ public void szamtani_e() {
+ int elso_kulonbseg = szamok[szamok.Length - 1] - szamok[szamok.Length - 2];
+ bool sorozat_e = true;
+ for (int i = szamok.Length-1; i > 0; i--) {
+ int akt_kulonbseg = szamok[i] - szamok[i - 1];
+ if(akt_kulonbseg != elso_kulonbseg) {
+ Console.WriteLine("A sorozat nem számtani!");
+ sorozat_e = false;
+ break;
+ }
+ }
+ if (sorozat_e) {
+ Console.WriteLine("A sorozat számtani!");
+ }
+
+ }
+ }
+}
diff --git a/Sorozatok/Sorozatok.csproj b/Sorozatok/Sorozatok.csproj
new file mode 100644
index 0000000..ad5b79f
--- /dev/null
+++ b/Sorozatok/Sorozatok.csproj
@@ -0,0 +1,54 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {C04E7877-B737-4300-B572-6FB7385046F5}
+ Exe
+ Sorozatok
+ Sorozatok
+ v4.7.2
+ 512
+ true
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sorozatok/bin/Debug/Sorozatok.exe b/Sorozatok/bin/Debug/Sorozatok.exe
new file mode 100644
index 0000000..815c195
Binary files /dev/null and b/Sorozatok/bin/Debug/Sorozatok.exe differ
diff --git a/Sorozatok/bin/Debug/Sorozatok.exe.config b/Sorozatok/bin/Debug/Sorozatok.exe.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Sorozatok/bin/Debug/Sorozatok.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Sorozatok/bin/Debug/Sorozatok.pdb b/Sorozatok/bin/Debug/Sorozatok.pdb
new file mode 100644
index 0000000..98a07f7
Binary files /dev/null and b/Sorozatok/bin/Debug/Sorozatok.pdb differ
diff --git a/Sorozatok/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Sorozatok/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
new file mode 100644
index 0000000..3871b18
--- /dev/null
+++ b/Sorozatok/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/Sorozatok/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Sorozatok/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..01bb459
Binary files /dev/null and b/Sorozatok/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Sorozatok/obj/Debug/Sorozatok.csproj.AssemblyReference.cache b/Sorozatok/obj/Debug/Sorozatok.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..126ed02
Binary files /dev/null and b/Sorozatok/obj/Debug/Sorozatok.csproj.AssemblyReference.cache differ
diff --git a/Sorozatok/obj/Debug/Sorozatok.csproj.CoreCompileInputs.cache b/Sorozatok/obj/Debug/Sorozatok.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..ed19ddb
--- /dev/null
+++ b/Sorozatok/obj/Debug/Sorozatok.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+02800a11e146e40a09c69c80f85a14bab48400e5
diff --git a/Sorozatok/obj/Debug/Sorozatok.csproj.FileListAbsolute.txt b/Sorozatok/obj/Debug/Sorozatok.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..69a8721
--- /dev/null
+++ b/Sorozatok/obj/Debug/Sorozatok.csproj.FileListAbsolute.txt
@@ -0,0 +1,8 @@
+C:\dev\c#\c-sharp\Sorozatok\bin\Debug\Sorozatok.exe.config
+C:\dev\c#\c-sharp\Sorozatok\bin\Debug\Sorozatok.exe
+C:\dev\c#\c-sharp\Sorozatok\bin\Debug\Sorozatok.pdb
+C:\dev\c#\c-sharp\Sorozatok\obj\Debug\Sorozatok.csproj.AssemblyReference.cache
+C:\dev\c#\c-sharp\Sorozatok\obj\Debug\Sorozatok.csproj.SuggestedBindingRedirects.cache
+C:\dev\c#\c-sharp\Sorozatok\obj\Debug\Sorozatok.csproj.CoreCompileInputs.cache
+C:\dev\c#\c-sharp\Sorozatok\obj\Debug\Sorozatok.exe
+C:\dev\c#\c-sharp\Sorozatok\obj\Debug\Sorozatok.pdb
diff --git a/Sorozatok/obj/Debug/Sorozatok.csproj.SuggestedBindingRedirects.cache b/Sorozatok/obj/Debug/Sorozatok.csproj.SuggestedBindingRedirects.cache
new file mode 100644
index 0000000..e69de29
diff --git a/Sorozatok/obj/Debug/Sorozatok.exe b/Sorozatok/obj/Debug/Sorozatok.exe
new file mode 100644
index 0000000..815c195
Binary files /dev/null and b/Sorozatok/obj/Debug/Sorozatok.exe differ
diff --git a/Sorozatok/obj/Debug/Sorozatok.pdb b/Sorozatok/obj/Debug/Sorozatok.pdb
new file mode 100644
index 0000000..98a07f7
Binary files /dev/null and b/Sorozatok/obj/Debug/Sorozatok.pdb differ
diff --git a/Szamrendszer/App.config b/Szamrendszer/App.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Szamrendszer/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Szamrendszer/Atvalto.cs b/Szamrendszer/Atvalto.cs
new file mode 100644
index 0000000..ac67a9d
--- /dev/null
+++ b/Szamrendszer/Atvalto.cs
@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Szamrendszer {
+ internal class Atvalto {
+ private int szam;
+ private int rendszer;
+
+ public Atvalto() {
+ szam = Convert.ToInt32(Console.ReadLine());
+ rendszer = Convert.ToInt32(Console.ReadLine());
+ konvertalas();
+ }
+
+ public void konvertalas() {
+ string binaris = Convert.ToString(szam, rendszer);
+ Console.WriteLine(binaris);
+ }
+ }
+}
diff --git a/Szamrendszer/Program.cs b/Szamrendszer/Program.cs
new file mode 100644
index 0000000..a68c16a
--- /dev/null
+++ b/Szamrendszer/Program.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Szamrendszer {
+ internal class Program {
+ static void Main(string[] args) {
+ Atvalto atvalto = new Atvalto();
+ Console.ReadKey();
+ }
+ }
+}
diff --git a/Szamrendszer/Properties/AssemblyInfo.cs b/Szamrendszer/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..86c582b
--- /dev/null
+++ b/Szamrendszer/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Szamrendszer")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Szamrendszer")]
+[assembly: AssemblyCopyright("Copyright © 2022")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("40b43ae7-7888-46b5-b680-834508ca2bcd")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/Szamrendszer/Szamrendszer.csproj b/Szamrendszer/Szamrendszer.csproj
new file mode 100644
index 0000000..5a54993
--- /dev/null
+++ b/Szamrendszer/Szamrendszer.csproj
@@ -0,0 +1,54 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {40B43AE7-7888-46B5-B680-834508CA2BCD}
+ Exe
+ Szamrendszer
+ Szamrendszer
+ v4.7.2
+ 512
+ true
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Szamrendszer/bin/Debug/Szamrendszer.exe b/Szamrendszer/bin/Debug/Szamrendszer.exe
new file mode 100644
index 0000000..96069bf
Binary files /dev/null and b/Szamrendszer/bin/Debug/Szamrendszer.exe differ
diff --git a/Szamrendszer/bin/Debug/Szamrendszer.exe.config b/Szamrendszer/bin/Debug/Szamrendszer.exe.config
new file mode 100644
index 0000000..56efbc7
--- /dev/null
+++ b/Szamrendszer/bin/Debug/Szamrendszer.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Szamrendszer/bin/Debug/Szamrendszer.pdb b/Szamrendszer/bin/Debug/Szamrendszer.pdb
new file mode 100644
index 0000000..ea3ce41
Binary files /dev/null and b/Szamrendszer/bin/Debug/Szamrendszer.pdb differ
diff --git a/Szamrendszer/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/Szamrendszer/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
new file mode 100644
index 0000000..3871b18
--- /dev/null
+++ b/Szamrendszer/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/Szamrendszer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Szamrendszer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..228e315
Binary files /dev/null and b/Szamrendszer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/Szamrendszer/obj/Debug/Szamrendszer.csproj.AssemblyReference.cache b/Szamrendszer/obj/Debug/Szamrendszer.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..126ed02
Binary files /dev/null and b/Szamrendszer/obj/Debug/Szamrendszer.csproj.AssemblyReference.cache differ
diff --git a/Szamrendszer/obj/Debug/Szamrendszer.csproj.CoreCompileInputs.cache b/Szamrendszer/obj/Debug/Szamrendszer.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..4eef78c
--- /dev/null
+++ b/Szamrendszer/obj/Debug/Szamrendszer.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+a3b09d7048013d22add4348d59a4cd03444831c8
diff --git a/Szamrendszer/obj/Debug/Szamrendszer.csproj.FileListAbsolute.txt b/Szamrendszer/obj/Debug/Szamrendszer.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..136a86f
--- /dev/null
+++ b/Szamrendszer/obj/Debug/Szamrendszer.csproj.FileListAbsolute.txt
@@ -0,0 +1,8 @@
+C:\dev\c#\c-sharp\Szamrendszer\bin\Debug\Szamrendszer.exe.config
+C:\dev\c#\c-sharp\Szamrendszer\bin\Debug\Szamrendszer.exe
+C:\dev\c#\c-sharp\Szamrendszer\bin\Debug\Szamrendszer.pdb
+C:\dev\c#\c-sharp\Szamrendszer\obj\Debug\Szamrendszer.csproj.AssemblyReference.cache
+C:\dev\c#\c-sharp\Szamrendszer\obj\Debug\Szamrendszer.csproj.SuggestedBindingRedirects.cache
+C:\dev\c#\c-sharp\Szamrendszer\obj\Debug\Szamrendszer.csproj.CoreCompileInputs.cache
+C:\dev\c#\c-sharp\Szamrendszer\obj\Debug\Szamrendszer.exe
+C:\dev\c#\c-sharp\Szamrendszer\obj\Debug\Szamrendszer.pdb
diff --git a/Szamrendszer/obj/Debug/Szamrendszer.csproj.SuggestedBindingRedirects.cache b/Szamrendszer/obj/Debug/Szamrendszer.csproj.SuggestedBindingRedirects.cache
new file mode 100644
index 0000000..e69de29
diff --git a/Szamrendszer/obj/Debug/Szamrendszer.exe b/Szamrendszer/obj/Debug/Szamrendszer.exe
new file mode 100644
index 0000000..96069bf
Binary files /dev/null and b/Szamrendszer/obj/Debug/Szamrendszer.exe differ
diff --git a/Szamrendszer/obj/Debug/Szamrendszer.pdb b/Szamrendszer/obj/Debug/Szamrendszer.pdb
new file mode 100644
index 0000000..ea3ce41
Binary files /dev/null and b/Szamrendszer/obj/Debug/Szamrendszer.pdb differ
diff --git a/c-sharp.sln b/c-sharp.sln
index d413778..f40b393 100644
--- a/c-sharp.sln
+++ b/c-sharp.sln
@@ -1,11 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
-<<<<<<< HEAD
-VisualStudioVersion = 17.1.32319.34
-=======
VisualStudioVersion = 17.1.32228.430
->>>>>>> 1722b50d769c00ebff6c05ae1af878a62927b941
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "c-sharp", "c-sharp\c-sharp.csproj", "{A6876A09-53D2-47AF-A648-81BAD791D19D}"
EndProject
@@ -25,13 +21,23 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegularExpressions", "Regul
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RekurzivHatvany", "RekurzivHatvany\RekurzivHatvany.csproj", "{DA385DD5-70CE-4750-BDF8-03915D70F5B9}"
EndProject
-<<<<<<< HEAD
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "kivetelek", "kivetelek\kivetelek.csproj", "{A695794C-2DEC-4F5C-8E6F-A087546DA47E}"
-=======
+EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kor", "Kor\Kor.csproj", "{70C74504-C5C5-4992-A4FF-F00ADAAF7126}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Homerseklet_elemzes", "Homerseklet_elemzes\Homerseklet_elemzes.csproj", "{415D4176-81DD-47F6-B694-0B309EC17AEF}"
->>>>>>> 1722b50d769c00ebff6c05ae1af878a62927b941
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sorozatok", "Sorozatok\Sorozatok.csproj", "{C04E7877-B737-4300-B572-6FB7385046F5}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Binaris", "Binaris\Binaris.csproj", "{B9D84424-1C01-4F48-A27E-301AF2992F18}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lotto", "Lotto\Lotto.csproj", "{8BA5DF46-C5C3-431C-8029-86668039577E}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Menu", "Menu\Menu.csproj", "{FD69BF8E-F676-4DB3-8751-244AFCB01531}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kettes", "Kettes\Kettes.csproj", "{912C55E2-D84F-499F-AE54-B0F43CD4DDBD}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Szamrendszer", "Szamrendszer\Szamrendszer.csproj", "{40B43AE7-7888-46B5-B680-834508CA2BCD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -75,12 +81,10 @@ Global
{DA385DD5-70CE-4750-BDF8-03915D70F5B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA385DD5-70CE-4750-BDF8-03915D70F5B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA385DD5-70CE-4750-BDF8-03915D70F5B9}.Release|Any CPU.Build.0 = Release|Any CPU
-<<<<<<< HEAD
{A695794C-2DEC-4F5C-8E6F-A087546DA47E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A695794C-2DEC-4F5C-8E6F-A087546DA47E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A695794C-2DEC-4F5C-8E6F-A087546DA47E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A695794C-2DEC-4F5C-8E6F-A087546DA47E}.Release|Any CPU.Build.0 = Release|Any CPU
-=======
{70C74504-C5C5-4992-A4FF-F00ADAAF7126}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70C74504-C5C5-4992-A4FF-F00ADAAF7126}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70C74504-C5C5-4992-A4FF-F00ADAAF7126}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -89,7 +93,30 @@ Global
{415D4176-81DD-47F6-B694-0B309EC17AEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{415D4176-81DD-47F6-B694-0B309EC17AEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{415D4176-81DD-47F6-B694-0B309EC17AEF}.Release|Any CPU.Build.0 = Release|Any CPU
->>>>>>> 1722b50d769c00ebff6c05ae1af878a62927b941
+ {C04E7877-B737-4300-B572-6FB7385046F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C04E7877-B737-4300-B572-6FB7385046F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C04E7877-B737-4300-B572-6FB7385046F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C04E7877-B737-4300-B572-6FB7385046F5}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B9D84424-1C01-4F48-A27E-301AF2992F18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B9D84424-1C01-4F48-A27E-301AF2992F18}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B9D84424-1C01-4F48-A27E-301AF2992F18}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B9D84424-1C01-4F48-A27E-301AF2992F18}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8BA5DF46-C5C3-431C-8029-86668039577E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8BA5DF46-C5C3-431C-8029-86668039577E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8BA5DF46-C5C3-431C-8029-86668039577E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8BA5DF46-C5C3-431C-8029-86668039577E}.Release|Any CPU.Build.0 = Release|Any CPU
+ {FD69BF8E-F676-4DB3-8751-244AFCB01531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {FD69BF8E-F676-4DB3-8751-244AFCB01531}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {FD69BF8E-F676-4DB3-8751-244AFCB01531}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {FD69BF8E-F676-4DB3-8751-244AFCB01531}.Release|Any CPU.Build.0 = Release|Any CPU
+ {912C55E2-D84F-499F-AE54-B0F43CD4DDBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {912C55E2-D84F-499F-AE54-B0F43CD4DDBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {912C55E2-D84F-499F-AE54-B0F43CD4DDBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {912C55E2-D84F-499F-AE54-B0F43CD4DDBD}.Release|Any CPU.Build.0 = Release|Any CPU
+ {40B43AE7-7888-46B5-B680-834508CA2BCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {40B43AE7-7888-46B5-B680-834508CA2BCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {40B43AE7-7888-46B5-B680-834508CA2BCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {40B43AE7-7888-46B5-B680-834508CA2BCD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE