diff --git a/C sharp/db - demo -app/db - demo -app/App.config b/C sharp/db - demo -app/db - demo -app/App.config new file mode 100644 index 0000000..799a7fa --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/App.config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/C sharp/db - demo -app/db - demo -app/Program.cs b/C sharp/db - demo -app/db - demo -app/Program.cs new file mode 100644 index 0000000..347538e --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace db___demo__app +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new StartPage()); + } + } +} diff --git a/C sharp/db - demo -app/db - demo -app/Properties/AssemblyInfo.cs b/C sharp/db - demo -app/db - demo -app/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..f50d910 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/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("db - demo -app")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("db - demo -app")] +[assembly: AssemblyCopyright("Copyright © 2017")] +[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("261f26ce-187c-4104-8ef7-8556f942c601")] + +// 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/C sharp/db - demo -app/db - demo -app/Properties/Resources.Designer.cs b/C sharp/db - demo -app/db - demo -app/Properties/Resources.Designer.cs new file mode 100644 index 0000000..f71b2e1 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace db___demo__app.Properties +{ + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("db___demo__app.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/C sharp/db - demo -app/db - demo -app/Properties/Resources.resx b/C sharp/db - demo -app/db - demo -app/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/C sharp/db - demo -app/db - demo -app/Properties/Settings.Designer.cs b/C sharp/db - demo -app/db - demo -app/Properties/Settings.Designer.cs new file mode 100644 index 0000000..9fb4849 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace db___demo__app.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/C sharp/db - demo -app/db - demo -app/Properties/Settings.settings b/C sharp/db - demo -app/db - demo -app/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/C sharp/db - demo -app/db - demo -app/StartPage.Designer.cs b/C sharp/db - demo -app/db - demo -app/StartPage.Designer.cs new file mode 100644 index 0000000..9f2c770 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/StartPage.Designer.cs @@ -0,0 +1,124 @@ +namespace db___demo__app +{ + partial class StartPage + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.titel = new System.Windows.Forms.Label(); + this.locations = new System.Windows.Forms.ListBox(); + this.location_titel = new System.Windows.Forms.Label(); + this.search = new System.Windows.Forms.TextBox(); + this.search_button = new System.Windows.Forms.Button(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.SuspendLayout(); + // + // titel + // + this.titel.AutoSize = true; + this.titel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.titel.Location = new System.Drawing.Point(36, 32); + this.titel.Name = "titel"; + this.titel.Size = new System.Drawing.Size(330, 32); + this.titel.TabIndex = 0; + this.titel.Text = "Freier Markt im Kleinen"; + this.titel.Click += new System.EventHandler(this.label1_Click); + // + // locations + // + this.locations.FormattingEnabled = true; + this.locations.ItemHeight = 25; + this.locations.Location = new System.Drawing.Point(41, 100); + this.locations.Name = "locations"; + this.locations.Size = new System.Drawing.Size(325, 129); + this.locations.TabIndex = 1; + // + // location_titel + // + this.location_titel.AutoSize = true; + this.location_titel.Location = new System.Drawing.Point(36, 72); + this.location_titel.Name = "location_titel"; + this.location_titel.Size = new System.Drawing.Size(124, 25); + this.location_titel.TabIndex = 2; + this.location_titel.Text = "Freie Stände"; + this.location_titel.Click += new System.EventHandler(this.label1_Click_1); + // + // search + // + this.search.Location = new System.Drawing.Point(41, 242); + this.search.Name = "search"; + this.search.Size = new System.Drawing.Size(227, 30); + this.search.TabIndex = 7; + // + // search_button + // + this.search_button.Location = new System.Drawing.Point(280, 242); + this.search_button.Name = "search_button"; + this.search_button.Size = new System.Drawing.Size(86, 33); + this.search_button.TabIndex = 8; + this.search_button.Text = "search"; + this.search_button.UseVisualStyleBackColor = true; + this.search_button.Click += new System.EventHandler(this.search_button_Click); + // + // textBox1 + // + this.textBox1.Location = new System.Drawing.Point(481, 156); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(287, 30); + this.textBox1.TabIndex = 9; + // + // StartPage + // + this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(957, 445); + this.Controls.Add(this.textBox1); + this.Controls.Add(this.search_button); + this.Controls.Add(this.search); + this.Controls.Add(this.location_titel); + this.Controls.Add(this.locations); + this.Controls.Add(this.titel); + this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.Name = "StartPage"; + this.Text = "FMiK-Start"; + this.Load += new System.EventHandler(this.StartPage_Load); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label titel; + private System.Windows.Forms.ListBox locations; + private System.Windows.Forms.Label location_titel; + private System.Windows.Forms.TextBox search; + private System.Windows.Forms.Button search_button; + private System.Windows.Forms.TextBox textBox1; + } +} + diff --git a/C sharp/db - demo -app/db - demo -app/StartPage.cs b/C sharp/db - demo -app/db - demo -app/StartPage.cs new file mode 100644 index 0000000..d04c257 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/StartPage.cs @@ -0,0 +1,43 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace db___demo__app +{ + public partial class StartPage : Form + { + List location = new List(); + public StartPage() + { + InitializeComponent(); + } + + private void StartPage_Load(object sender, EventArgs e) + { + + } + + private void label1_Click(object sender, EventArgs e) + { + + } + + private void label1_Click_1(object sender, EventArgs e) + { + + } + + private void search_button_Click(object sender, EventArgs e) + { + dataAccess db = new dataAccess(); + + location = db.GetLocations(search.Text); + } + } +} diff --git a/C sharp/db - demo -app/db - demo -app/StartPage.resx b/C sharp/db - demo -app/db - demo -app/StartPage.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/StartPage.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/C sharp/db - demo -app/db - demo -app/bin/Debug/db - demo -app.exe b/C sharp/db - demo -app/db - demo -app/bin/Debug/db - demo -app.exe new file mode 100644 index 0000000..af3712e Binary files /dev/null and b/C sharp/db - demo -app/db - demo -app/bin/Debug/db - demo -app.exe differ diff --git a/C sharp/db - demo -app/db - demo -app/bin/Debug/db - demo -app.exe.config b/C sharp/db - demo -app/db - demo -app/bin/Debug/db - demo -app.exe.config new file mode 100644 index 0000000..799a7fa --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/bin/Debug/db - demo -app.exe.config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/C sharp/db - demo -app/db - demo -app/bin/Debug/db - demo -app.pdb b/C sharp/db - demo -app/db - demo -app/bin/Debug/db - demo -app.pdb new file mode 100644 index 0000000..d1fe98d Binary files /dev/null and b/C sharp/db - demo -app/db - demo -app/bin/Debug/db - demo -app.pdb differ diff --git a/C sharp/db - demo -app/db - demo -app/dataAccess.cs b/C sharp/db - demo -app/db - demo -app/dataAccess.cs new file mode 100644 index 0000000..91af663 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/dataAccess.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace db___demo__app +{ + public class dataAccess + { + public List GetLocations(string location_name) + { + throw new NotImplementedException(); + } + } +} diff --git a/C sharp/db - demo -app/db - demo -app/db-appUI.csproj b/C sharp/db - demo -app/db - demo -app/db-appUI.csproj new file mode 100644 index 0000000..95f2099 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/db-appUI.csproj @@ -0,0 +1,86 @@ + + + + + Debug + AnyCPU + {261F26CE-187C-4104-8EF7-8556F942C601} + WinExe + db___demo__app + db - demo -app + v4.5.2 + 512 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + Form + + + StartPage.cs + + + + + StartPage.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + \ No newline at end of file diff --git a/C sharp/db - demo -app/db - demo -app/helper.cs b/C sharp/db - demo -app/db - demo -app/helper.cs new file mode 100644 index 0000000..2f0a8c4 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/helper.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace db___demo__app +{ + public static class helper + { + public static string CnnVal(string name) + { + return ConfigurationManager.ConnectionStrings[name].ConnectionString; + } + } +} diff --git a/C sharp/db - demo -app/db - demo -app/locations.cs b/C sharp/db - demo -app/db - demo -app/locations.cs new file mode 100644 index 0000000..57b8e88 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/locations.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace db___demo__app +{ + public class locations + { + public int location_id { get; set; } + public string streetname { get; set; } + public int location_capacity { get; set; } + public string location_name { get; set; } + public int city_id { get; set; } + public int country_id { get; set; } + } +} diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/CoreCompileInputs.cache b/C sharp/db - demo -app/db - demo -app/obj/Debug/CoreCompileInputs.cache new file mode 100644 index 0000000..a199595 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/obj/Debug/CoreCompileInputs.cache @@ -0,0 +1 @@ +daf65045dc1a637fc3e5d73beee1b42a5ae91ad2 diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/C sharp/db - demo -app/db - demo -app/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..8698487 Binary files /dev/null and b/C sharp/db - demo -app/db - demo -app/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/C sharp/db - demo -app/db - demo -app/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..f031170 Binary files /dev/null and b/C sharp/db - demo -app/db - demo -app/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/C sharp/db - demo -app/db - demo -app/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/C sharp/db - demo -app/db - demo -app/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/C sharp/db - demo -app/db - demo -app/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/db - demo -app.exe b/C sharp/db - demo -app/db - demo -app/obj/Debug/db - demo -app.exe new file mode 100644 index 0000000..af3712e Binary files /dev/null and b/C sharp/db - demo -app/db - demo -app/obj/Debug/db - demo -app.exe differ diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/db - demo -app.pdb b/C sharp/db - demo -app/db - demo -app/obj/Debug/db - demo -app.pdb new file mode 100644 index 0000000..d1fe98d Binary files /dev/null and b/C sharp/db - demo -app/db - demo -app/obj/Debug/db - demo -app.pdb differ diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/db-appUI.csproj.FileListAbsolute.txt b/C sharp/db - demo -app/db - demo -app/obj/Debug/db-appUI.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..30a31c7 --- /dev/null +++ b/C sharp/db - demo -app/db - demo -app/obj/Debug/db-appUI.csproj.FileListAbsolute.txt @@ -0,0 +1,9 @@ +c:\users\ismail\documents\visual studio 2017\Projects\db - demo -app\db - demo -app\bin\Debug\db - demo -app.exe.config +c:\users\ismail\documents\visual studio 2017\Projects\db - demo -app\db - demo -app\bin\Debug\db - demo -app.exe +c:\users\ismail\documents\visual studio 2017\Projects\db - demo -app\db - demo -app\bin\Debug\db - demo -app.pdb +c:\users\ismail\documents\visual studio 2017\Projects\db - demo -app\db - demo -app\obj\Debug\db-appUI.csprojResolveAssemblyReference.cache +c:\users\ismail\documents\visual studio 2017\Projects\db - demo -app\db - demo -app\obj\Debug\db___demo__app.StartPage.resources +c:\users\ismail\documents\visual studio 2017\Projects\db - demo -app\db - demo -app\obj\Debug\db___demo__app.Properties.Resources.resources +c:\users\ismail\documents\visual studio 2017\Projects\db - demo -app\db - demo -app\obj\Debug\db-appUI.csproj.GenerateResource.Cache +c:\users\ismail\documents\visual studio 2017\Projects\db - demo -app\db - demo -app\obj\Debug\db - demo -app.exe +c:\users\ismail\documents\visual studio 2017\Projects\db - demo -app\db - demo -app\obj\Debug\db - demo -app.pdb diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/db-appUI.csproj.GenerateResource.Cache b/C sharp/db - demo -app/db - demo -app/obj/Debug/db-appUI.csproj.GenerateResource.Cache new file mode 100644 index 0000000..3808834 Binary files /dev/null and b/C sharp/db - demo -app/db - demo -app/obj/Debug/db-appUI.csproj.GenerateResource.Cache differ diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/db-appUI.csprojResolveAssemblyReference.cache b/C sharp/db - demo -app/db - demo -app/obj/Debug/db-appUI.csprojResolveAssemblyReference.cache new file mode 100644 index 0000000..9a4759b Binary files /dev/null and b/C sharp/db - demo -app/db - demo -app/obj/Debug/db-appUI.csprojResolveAssemblyReference.cache differ diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/db___demo__app.Properties.Resources.resources b/C sharp/db - demo -app/db - demo -app/obj/Debug/db___demo__app.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/C sharp/db - demo -app/db - demo -app/obj/Debug/db___demo__app.Properties.Resources.resources differ diff --git a/C sharp/db - demo -app/db - demo -app/obj/Debug/db___demo__app.StartPage.resources b/C sharp/db - demo -app/db - demo -app/obj/Debug/db___demo__app.StartPage.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/C sharp/db - demo -app/db - demo -app/obj/Debug/db___demo__app.StartPage.resources differ diff --git a/C sharp/db - demo -app/db -demo-app.sln b/C sharp/db - demo -app/db -demo-app.sln new file mode 100644 index 0000000..cc99f96 --- /dev/null +++ b/C sharp/db - demo -app/db -demo-app.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26403.7 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "db-appUI", "db - demo -app\db-appUI.csproj", "{261F26CE-187C-4104-8EF7-8556F942C601}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {261F26CE-187C-4104-8EF7-8556F942C601}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {261F26CE-187C-4104-8EF7-8556F942C601}.Debug|Any CPU.Build.0 = Debug|Any CPU + {261F26CE-187C-4104-8EF7-8556F942C601}.Release|Any CPU.ActiveCfg = Release|Any CPU + {261F26CE-187C-4104-8EF7-8556F942C601}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/C sharp/db - demo -app/db-appLibary/Properties/AssemblyInfo.cs b/C sharp/db - demo -app/db-appLibary/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..4a0e802 --- /dev/null +++ b/C sharp/db - demo -app/db-appLibary/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("db-appLibary")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("db-appLibary")] +[assembly: AssemblyCopyright("Copyright © 2017")] +[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("d917f26e-cde7-4bd3-ba68-6a3299cf8c5a")] + +// 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/C sharp/db - demo -app/db-appLibary/db-appLibary.cs b/C sharp/db - demo -app/db-appLibary/db-appLibary.cs new file mode 100644 index 0000000..57cdef2 --- /dev/null +++ b/C sharp/db - demo -app/db-appLibary/db-appLibary.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace db_appLibary +{ + public class locations + { + + + } +} diff --git a/C sharp/db - demo -app/db-appLibary/db-appLibary.csproj b/C sharp/db - demo -app/db-appLibary/db-appLibary.csproj new file mode 100644 index 0000000..d4444e1 --- /dev/null +++ b/C sharp/db - demo -app/db-appLibary/db-appLibary.csproj @@ -0,0 +1,48 @@ + + + + + Debug + AnyCPU + {D917F26E-CDE7-4BD3-BA68-6A3299CF8C5A} + Library + Properties + db_appLibary + db-appLibary + v4.5.2 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/C sharp/db - demo -app/db-appLibary/obj/Debug/CoreCompileInputs.cache b/C sharp/db - demo -app/db-appLibary/obj/Debug/CoreCompileInputs.cache new file mode 100644 index 0000000..f5fea0b --- /dev/null +++ b/C sharp/db - demo -app/db-appLibary/obj/Debug/CoreCompileInputs.cache @@ -0,0 +1 @@ +14ba4ef7b776c31f5ba06bf6aec3ad2ed80e3463 diff --git a/C sharp/db - demo -app/db-appLibary/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/C sharp/db - demo -app/db-appLibary/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..b4f080c Binary files /dev/null and b/C sharp/db - demo -app/db-appLibary/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/C sharp/db - demo -app/db-appLibary/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/C sharp/db - demo -app/db-appLibary/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/C sharp/db - demo -app/db-appLibary/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/C sharp/db - demo -app/db-appLibary/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/C sharp/db - demo -app/db-appLibary/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/C sharp/db - demo -app/db-appLibary/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29