cpp
This commit is contained in:
11
DroneClientCpp/Source.cpp
Normal file
11
DroneClientCpp/Source.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include "MyForm.h"
|
||||
|
||||
using namespace MyWinFormsApp; // ???????????? ???? ?????? ???????
|
||||
|
||||
[STAThread]
|
||||
int main(array<String^>^ args) {
|
||||
Application::EnableVisualStyles(); // ???????? ??????????? ????? ????????? ??????????
|
||||
Application::SetCompatibleTextRenderingDefault(false); // ????????? ?????????? ??????
|
||||
Application::Run(gcnew MyForm()); // ?????? ?????
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user