├── 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 └── 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.exe │ └── GUI_MODERNISTA.pdb └── README.md /GUI_MODERNISTA.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-1-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA.sln -------------------------------------------------------------------------------- /GUI_MODERNISTA.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-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-1-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/bin/Debug/GUI_MODERNISTA.vshost.exe.manifest -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-1-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-1-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-1-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-1-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-1-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-1-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-1-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.exe -------------------------------------------------------------------------------- /GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-1-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/GUI_MODERNISTA/obj/Debug/GUI_MODERNISTA.pdb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RJCodeAdvance/GUI-Modern-Parte-1-Formulario-Moderno-y-Plano-C-Sharp-y-WinForm/HEAD/README.md --------------------------------------------------------------------------------