summaryrefslogtreecommitdiff
path: root/task05_2D/Guschin/MyForm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'task05_2D/Guschin/MyForm.cpp')
-rw-r--r--task05_2D/Guschin/MyForm.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/task05_2D/Guschin/MyForm.cpp b/task05_2D/Guschin/MyForm.cpp
new file mode 100644
index 0000000..bb5fa5d
--- /dev/null
+++ b/task05_2D/Guschin/MyForm.cpp
@@ -0,0 +1,17 @@
+#include "Matrix.h"
+#include <math.h>
+#include "Transform.h"
+#include "Clip.h"
+#include <vector>
+#include "MyForm.h"
+
+using namespace System;
+using namespace System::Windows::Forms;
+
+[STAThreadAttribute]
+void Main(array<String^> ^ args) {
+ Application::EnableVisualStyles();
+ Application::SetCompatibleTextRenderingDefault(false);
+ Guschin::MyForm form;
+ Application::Run(% form);
+} \ No newline at end of file