├── Present ├── .vs │ └── Present │ │ └── v14 │ │ └── .suo ├── Present.suo ├── Present │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Present.csproj │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── Present.exe │ │ │ ├── Present.pdb │ │ │ ├── Present.vshost.exe │ │ │ └── Present.vshost.exe.manifest │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Present.Form1.resources │ │ ├── Present.Properties.Resources.resources │ │ ├── Present.csproj.FileListAbsolute.txt │ │ ├── Present.csproj.GenerateResource.Cache │ │ ├── Present.exe │ │ └── Present.pdb ├── Present3.sln └── Present3.suo ├── README.md ├── img ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 8.png ├── begin.png ├── result.png └── title.png └── present_spec.pdf /Present/.vs/Present/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/.vs/Present/v14/.suo -------------------------------------------------------------------------------- /Present/Present.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present.suo -------------------------------------------------------------------------------- /Present/Present/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/Form1.Designer.cs -------------------------------------------------------------------------------- /Present/Present/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/Form1.cs -------------------------------------------------------------------------------- /Present/Present/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/Form1.resx -------------------------------------------------------------------------------- /Present/Present/Present.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/Present.csproj -------------------------------------------------------------------------------- /Present/Present/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/Program.cs -------------------------------------------------------------------------------- /Present/Present/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Present/Present/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Present/Present/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/Properties/Resources.resx -------------------------------------------------------------------------------- /Present/Present/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Present/Present/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/Properties/Settings.settings -------------------------------------------------------------------------------- /Present/Present/bin/Debug/Present.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/bin/Debug/Present.exe -------------------------------------------------------------------------------- /Present/Present/bin/Debug/Present.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/bin/Debug/Present.pdb -------------------------------------------------------------------------------- /Present/Present/bin/Debug/Present.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/bin/Debug/Present.vshost.exe -------------------------------------------------------------------------------- /Present/Present/bin/Debug/Present.vshost.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/bin/Debug/Present.vshost.exe.manifest -------------------------------------------------------------------------------- /Present/Present/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Present/Present/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Present/Present/obj/Debug/Present.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/obj/Debug/Present.Form1.resources -------------------------------------------------------------------------------- /Present/Present/obj/Debug/Present.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/obj/Debug/Present.Properties.Resources.resources -------------------------------------------------------------------------------- /Present/Present/obj/Debug/Present.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/obj/Debug/Present.csproj.FileListAbsolute.txt -------------------------------------------------------------------------------- /Present/Present/obj/Debug/Present.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/obj/Debug/Present.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Present/Present/obj/Debug/Present.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/obj/Debug/Present.exe -------------------------------------------------------------------------------- /Present/Present/obj/Debug/Present.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present/obj/Debug/Present.pdb -------------------------------------------------------------------------------- /Present/Present3.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present3.sln -------------------------------------------------------------------------------- /Present/Present3.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/Present/Present3.suo -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/README.md -------------------------------------------------------------------------------- /img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/img/2.png -------------------------------------------------------------------------------- /img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/img/3.png -------------------------------------------------------------------------------- /img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/img/4.png -------------------------------------------------------------------------------- /img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/img/5.png -------------------------------------------------------------------------------- /img/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/img/6.png -------------------------------------------------------------------------------- /img/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/img/8.png -------------------------------------------------------------------------------- /img/begin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/img/begin.png -------------------------------------------------------------------------------- /img/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/img/result.png -------------------------------------------------------------------------------- /img/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/img/title.png -------------------------------------------------------------------------------- /present_spec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/usecodelee/Present/HEAD/present_spec.pdf --------------------------------------------------------------------------------