diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2020-11-10 01:15:07 +0300 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2020-11-10 01:15:07 +0300 |
| commit | 73c6ec80c71dd43125b6a9b00dd9e940b827f29f (patch) | |
| tree | cc3efa28497fe78f925522deedc772e930e11f1d /task05/Guschin/MyForm.cpp | |
| parent | 70a1711e877ba980e094ef66925568ee94afc3af (diff) | |
Разделил 5 задачу на два проекта
Diffstat (limited to 'task05/Guschin/MyForm.cpp')
| -rw-r--r-- | task05/Guschin/MyForm.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/task05/Guschin/MyForm.cpp b/task05/Guschin/MyForm.cpp deleted file mode 100644 index bb5fa5d..0000000 --- a/task05/Guschin/MyForm.cpp +++ /dev/null @@ -1,17 +0,0 @@ -#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 |