diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 59390c5..8b522d5 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,9 +1,8 @@ { "ExpandedNodes": [ "", - "\\database", "\\Ventas" ], - "SelectedNode": "\\database\\DAO.cs", + "SelectedNode": "\\Ventas\\Importe1.cs", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/compabetoOG/v17/.wsuo b/.vs/compabetoOG/v17/.wsuo index f4df8a9..a3f5ad7 100644 Binary files a/.vs/compabetoOG/v17/.wsuo and b/.vs/compabetoOG/v17/.wsuo differ diff --git a/admin/agregar.Designer.cs b/admin/agregar.Designer.cs new file mode 100644 index 0000000..d8e8fe9 --- /dev/null +++ b/admin/agregar.Designer.cs @@ -0,0 +1,39 @@ +namespace compabetov2.admin +{ + partial class agregar + { + /// + /// 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.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "agregar"; + } + + #endregion + } +} \ No newline at end of file diff --git a/admin/agregar.cs b/admin/agregar.cs new file mode 100644 index 0000000..1911afa --- /dev/null +++ b/admin/agregar.cs @@ -0,0 +1,20 @@ +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 compabetov2.admin +{ + public partial class agregar : Form + { + public agregar() + { + InitializeComponent(); + } + } +} diff --git a/obj/Debug/compabetov2.csproj.AssemblyReference.cache b/obj/Debug/compabetov2.csproj.AssemblyReference.cache index 48a4903..176b530 100644 Binary files a/obj/Debug/compabetov2.csproj.AssemblyReference.cache and b/obj/Debug/compabetov2.csproj.AssemblyReference.cache differ