diff options
| author | Alee <Alee14498@gmail.com> | 2019-04-08 16:48:55 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-04-08 16:48:55 -0400 |
| commit | 72e07e467a19d903332e79fe75672a743f207fcb (patch) | |
| tree | b745cf45769fb1a94147d7806c01bcc3295bd74c /PortEngine/QuantumAPI/Sites/HomePage.cs | |
| parent | 83f8e18323bae72856eee60cd04d890e1fa41c45 (diff) | |
| download | Project-Silicon-72e07e467a19d903332e79fe75672a743f207fcb.tar.gz Project-Silicon-72e07e467a19d903332e79fe75672a743f207fcb.tar.bz2 Project-Silicon-72e07e467a19d903332e79fe75672a743f207fcb.zip | |
Some things
Diffstat (limited to 'PortEngine/QuantumAPI/Sites/HomePage.cs')
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/HomePage.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/PortEngine/QuantumAPI/Sites/HomePage.cs b/PortEngine/QuantumAPI/Sites/HomePage.cs new file mode 100644 index 0000000..9200e6d --- /dev/null +++ b/PortEngine/QuantumAPI/Sites/HomePage.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace PortEngine.QuantumAPI.Sites +{ + public partial class HomePage : UserControl + { + public HomePage() + { + InitializeComponent(); + } + } +} |
