├── GUI_MODERNISTA.sln ├── GUI_MODERNISTA.v11.suo ├── GUI_MODERNISTA ├── App.config ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── GUI_MODERNISTA.csproj ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── bin │ └── Debug │ │ ├── GUI_MODERNISTA.exe │ │ ├── GUI_MODERNISTA.exe.config │ │ ├── GUI_MODERNISTA.pdb │ │ ├── GUI_MODERNISTA.vshost.exe │ │ ├── GUI_MODERNISTA.vshost.exe.config │ │ └── GUI_MODERNISTA.vshost.exe.manifest ├── inicio.Designer.cs ├── inicio.cs ├── inicio.resx ├── obj │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── GUI_MODERNISTA.Form1.resources │ │ ├── GUI_MODERNISTA.Properties.Resources.resources │ │ ├── GUI_MODERNISTA.csproj.FileListAbsolute.txt │ │ ├── GUI_MODERNISTA.csproj.GenerateResource.Cache │ │ ├── GUI_MODERNISTA.csprojResolveAssemblyReference.cache │ │ ├── GUI_MODERNISTA.exe │ │ ├── GUI_MODERNISTA.inicio.resources │ │ ├── GUI_MODERNISTA.pdb │ │ └── GUI_MODERNISTA.productos.resources ├── productos.Designer.cs ├── productos.cs └── productos.resx ├── LICENSE └── README.md /GUI_MODERNISTA.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA.sln -------------------------------------------------------------------------------- /GUI_MODERNISTA.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA.v11.suo -------------------------------------------------------------------------------- /GUI_MODERNISTA/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/App.config -------------------------------------------------------------------------------- /GUI_MODERNISTA/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/Form1.Designer.cs -------------------------------------------------------------------------------- /GUI_MODERNISTA/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/Form1.cs -------------------------------------------------------------------------------- /GUI_MODERNISTA/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/Form1.resx -------------------------------------------------------------------------------- /GUI_MODERNISTA/GUI_MODERNISTA.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/GUI_MODERNISTA.csproj -------------------------------------------------------------------------------- /GUI_MODERNISTA/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/Program.cs -------------------------------------------------------------------------------- /GUI_MODERNISTA/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /GUI_MODERNISTA/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /GUI_MODERNISTA/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/Properties/Resources.resx -------------------------------------------------------------------------------- /GUI_MODERNISTA/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /GUI_MODERNISTA/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/Properties/Settings.settings -------------------------------------------------------------------------------- /GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.exe -------------------------------------------------------------------------------- /GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.exe.config -------------------------------------------------------------------------------- /GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.pdb -------------------------------------------------------------------------------- /GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.vshost.exe -------------------------------------------------------------------------------- /GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.vshost.exe.config -------------------------------------------------------------------------------- /GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.vshost.exe.manifest -------------------------------------------------------------------------------- /GUI_MODERNISTA/inicio.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/inicio.Designer.cs -------------------------------------------------------------------------------- /GUI_MODERNISTA/inicio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/inicio.cs -------------------------------------------------------------------------------- /GUI_MODERNISTA/inicio.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/inicio.resx -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.Form1.resources -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.Properties.Resources.resources -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.exe -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.inicio.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.inicio.resources -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.pdb -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.productos.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.productos.resources -------------------------------------------------------------------------------- /GUI_MODERNISTA/productos.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/productos.Designer.cs -------------------------------------------------------------------------------- /GUI_MODERNISTA/productos.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/productos.cs -------------------------------------------------------------------------------- /GUI_MODERNISTA/productos.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/productos.resx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-2-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/README.md --------------------------------------------------------------------------------