diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 16:02:01 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 16:02:01 -0400 |
| commit | db8d19f07f457cad229695ae1dc0ddbe8d13e0f3 (patch) | |
| tree | ebf93e2c33ce061641b60e3a1ddbef86b4c2a580 /PortEngine/QuantumAPI/Sites/404Error.cs | |
| parent | 8f6b0e2c3dd491428d1e47f66191a26636b8f4e9 (diff) | |
| download | Project-Silicon-db8d19f07f457cad229695ae1dc0ddbe8d13e0f3.tar.gz Project-Silicon-db8d19f07f457cad229695ae1dc0ddbe8d13e0f3.tar.bz2 Project-Silicon-db8d19f07f457cad229695ae1dc0ddbe8d13e0f3.zip | |
Added QuantumNet
Diffstat (limited to 'PortEngine/QuantumAPI/Sites/404Error.cs')
| -rw-r--r-- | PortEngine/QuantumAPI/Sites/404Error.cs | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/PortEngine/QuantumAPI/Sites/404Error.cs b/PortEngine/QuantumAPI/Sites/404Error.cs new file mode 100644 index 0000000..9e2abd2 --- /dev/null +++ b/PortEngine/QuantumAPI/Sites/404Error.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 _404Error : UserControl + { + public _404Error() + { + InitializeComponent(); + } + } +} |
