├── DrawBot.sln ├── DrawBot ├── App.config ├── DrawBot.csproj ├── DrawBot.csproj.user ├── Form1.Designer.cs ├── Form1.cs ├── Form1.cs.old ├── Form1.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── bin │ └── Debug │ │ ├── DrawBot.exe.config │ │ ├── DrawBot.vshost.exe │ │ ├── DrawBot.vshost.exe.config │ │ └── DrawBot.vshost.exe.manifest └── obj │ └── Debug │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── DrawBot.csproj.FileListAbsolute.txt │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── README.md └── svg ├── 00 - point.svg ├── 00 - square.svg ├── 01 - circle.jpg ├── 01 - circle.svg ├── 02 - star.jpg ├── 02 - star.svg ├── 03 - Make logo.jpg ├── 03 - Make logo.svg ├── 04 - RadioShack logo.jpg ├── 04 - RadioShack logo.svg ├── 05 - About the author.jpg └── 05 - About the author.svg /DrawBot.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot.sln -------------------------------------------------------------------------------- /DrawBot/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/App.config -------------------------------------------------------------------------------- /DrawBot/DrawBot.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/DrawBot.csproj -------------------------------------------------------------------------------- /DrawBot/DrawBot.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/DrawBot.csproj.user -------------------------------------------------------------------------------- /DrawBot/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/Form1.Designer.cs -------------------------------------------------------------------------------- /DrawBot/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/Form1.cs -------------------------------------------------------------------------------- /DrawBot/Form1.cs.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/Form1.cs.old -------------------------------------------------------------------------------- /DrawBot/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/Form1.resx -------------------------------------------------------------------------------- /DrawBot/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/Program.cs -------------------------------------------------------------------------------- /DrawBot/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /DrawBot/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /DrawBot/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/Properties/Resources.resx -------------------------------------------------------------------------------- /DrawBot/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /DrawBot/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/Properties/Settings.settings -------------------------------------------------------------------------------- /DrawBot/bin/Debug/DrawBot.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/bin/Debug/DrawBot.exe.config -------------------------------------------------------------------------------- /DrawBot/bin/Debug/DrawBot.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/bin/Debug/DrawBot.vshost.exe -------------------------------------------------------------------------------- /DrawBot/bin/Debug/DrawBot.vshost.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/bin/Debug/DrawBot.vshost.exe.config -------------------------------------------------------------------------------- /DrawBot/bin/Debug/DrawBot.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/bin/Debug/DrawBot.vshost.exe.manifest -------------------------------------------------------------------------------- /DrawBot/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /DrawBot/obj/Debug/DrawBot.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/DrawBot/obj/Debug/DrawBot.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /DrawBot/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DrawBot/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DrawBot/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/README.md -------------------------------------------------------------------------------- /svg/00 - point.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/00 - point.svg -------------------------------------------------------------------------------- /svg/00 - square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/00 - square.svg -------------------------------------------------------------------------------- /svg/01 - circle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/01 - circle.jpg -------------------------------------------------------------------------------- /svg/01 - circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/01 - circle.svg -------------------------------------------------------------------------------- /svg/02 - star.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/02 - star.jpg -------------------------------------------------------------------------------- /svg/02 - star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/02 - star.svg -------------------------------------------------------------------------------- /svg/03 - Make logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/03 - Make logo.jpg -------------------------------------------------------------------------------- /svg/03 - Make logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/03 - Make logo.svg -------------------------------------------------------------------------------- /svg/04 - RadioShack logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/04 - RadioShack logo.jpg -------------------------------------------------------------------------------- /svg/04 - RadioShack logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/04 - RadioShack logo.svg -------------------------------------------------------------------------------- /svg/05 - About the author.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/05 - About the author.jpg -------------------------------------------------------------------------------- /svg/05 - About the author.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Make-Magazine/DrawBot/HEAD/svg/05 - About the author.svg --------------------------------------------------------------------------------