diff options
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(); + } + } +} |
