aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/ProgressForm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/ProgressForm.cpp')
-rw-r--r--Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/ProgressForm.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/ProgressForm.cpp b/Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/ProgressForm.cpp
new file mode 100644
index 000000000..25ac79e3a
--- /dev/null
+++ b/Software/Visual_Studio/Firmware/Tango.FirmwareUpdateLib/ProgressForm.cpp
@@ -0,0 +1,12 @@
+#include "stdafx.h"
+#include "ProgressForm.h"
+
+using namespace System::Windows::Forms;
+
+namespace Tango
+{
+ namespace FirmwareUpdateLib
+ {
+
+ }
+}