CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
form.h
1
2#ifndef _SYSTEM_WINDOWS_FORMS_FORM_H_
3#define _SYSTEM_WINDOWS_FORMS_FORM_H_
4
5#include <windows/control.h>
6#include <system/reflection.h>
7
8namespace System
9{
10namespace Windows
11{
12namespace Forms
13{
14
20class ASPOSECPP_SHARED_CLASS Form : public System::Windows::Forms::Control
21{
23 RTTI_INFO(System::Windows::Forms::Form, System::BaseTypesInfo<System::Windows::Forms::Control>)
24};
25
26}
27}
28}
29
30#endif
Dummy class to make translated code that uses Control class compilable. Methods are not implemented....
Definition: control.h:29
Dummy class to make translated code that uses Form class compilable. Methods are not implemented....
Definition: form.h:21
Definition: db_command.h:9