From ba9f51ea8a4d6bbec7292830a8fb86cbe9311950 Mon Sep 17 00:00:00 2001 From: Michael Robles Date: Tue, 18 Jun 2024 23:16:19 -0700 Subject: [PATCH] bajo cambios --- .vs/VSWorkspaceState.json | 3 +- .vs/compabetoOG/v17/.wsuo | Bin 53248 -> 53248 bytes admin/agregar.Designer.cs | 39 ++++++++++++++++++ admin/agregar.cs | 20 +++++++++ ...compabetov2.csproj.AssemblyReference.cache | Bin 14085 -> 13520 bytes 5 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 admin/agregar.Designer.cs create mode 100644 admin/agregar.cs 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 f4df8a9e8c2cc993b8f389c7e4ed764527f7cbed..a3f5ad7b7b8f90e306c6f20b704451be39a9480f 100644 GIT binary patch delta 1223 zcmb_aK~Gab5PrKYFD*Psr50(lSm0T;+VY^4QYZuiA}At8618$DEjDU2;ZRQ!srM#A zHzXcmFC0ACJ?PQ+ddCn?UetfUp(hX4nf5If^x(lwzRb+GyEC)jPJYXl-?FV6KB`#D zr6{f7+5kVR)heK3;-g4 z7yx(W>NpZ7ARYybH}IFiztRxn-6@E#9pSD+JPWu1m;>BY6sq`8ppBF!mYW>JsiY4S zQg_Ij7fy8nFk>57RHzxy1VDw5mkOcp01g#GUn+#k;oBP(!hKXR3BXRJV#rIqz-_B` z!X}cn#WtGVGyh94KYq@ce~?J&K2XT{Rc$4`&=O7u3h}1M1q!5?G@04+Qp3-X<5O?6x4=49gKT_dN~{FeZ9Gc3L5p3JwLCc8 zvS2;Wd|7MMzgD0!rV&19=aaNJoM*-7i!2p1h{C?FbhGft9-pRsobuT}cSZR2CKcw@ zQMEW$W@Ty!OjVjH6V0$H%jzxIIgS-9QH>K?x;RnOkL5zUtps~I+-w*geb*GGKTpI& zl90bV{eD5dvr#XW3(RXhkPnAZmKT-40uj^c_k^b?yS3QITs|-R@IV!Fk4sIZhciUa zW`>Mdd@vRoOdF9sGf|AQTj=igg8&)A9)MV_CH?^G4?q(Fr6n=Z1e2N=V`AgE ziMTH&9?4$3c+kF!7ZV8a;zbT#G$#HNz39R9n|2pbASQ0|b!NYroj3E%YiY$-TJbF# zhZOG#D@r?jAMn$09HN=H=kItk_kvmcPH;7`c=7Yv7iP-){3UxFMI32P#I^fjkGVea zRD&L}0q{Yf&5hHcF`xk$0VwA%Eai8>9tCa!8gK+?23mjx;5h2%!4j$mFZwJSjX0XcUT(1Z1~LFynH>lLTb3nVKb^Bp}) zPNV*}6z5RERo2;Eiq5(e!Eb?3ZP&C{I$u0%iHTx(L-VR%-y?`j{6CtGujHd-1DXY51D$^-W)kU#; zLxU=c@yB;PW%2xJScYRJ-&R!?^)j<&GcwclmWjxtUNN?mmP@_MKI=wGrXuf{ZE(Aj z+X-$b8|*B%(z?*2T`Dc|cWcpWDs6d_s761jbhABT-xOXN7=9E*IG5gQbe-w8dI_>> zYRn$vR(HysUzi+iBH`W>oL$)Rq5N2Z4GA;z$1njSk&@c$Qbv*wQ-h^V2Mv z_V?Vrnz7y<=xvtvmbCPvC5cS SON_G0!;&FO*%Gr~#eM-NUBm?d 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 48a4903f0a10a032e2baeb294fc334c0ad7b4601..176b53029bcb55721f811dc7c86c773067205bbe 100644 GIT binary patch delta 21 ccmZq8yO7Dj#wg6dz`&R|`J-v*#@J#L07B;mbN~PV delta 203 zcmcbR*_y|}#wgCfz`&R|*`F_TV{EYr6Jsfm88i7Xi>R_*N=^UGjPt&OUq0zElLEb!BB!> VY&O^l_NuJvu6ZSyC6xqq003S_Hx>W@