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
8
namespace
System
9
{
10
namespace
Windows
11
{
12
namespace
Forms
13
{
14
20
class
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
System::Windows::Forms::Control
Dummy class to make translated code that uses Control class compilable. Methods are not implemented....
Definition:
control.h:29
System::Windows::Forms::Form
Dummy class to make translated code that uses Form class compilable. Methods are not implemented....
Definition:
form.h:21
System
Definition:
db_command.h:9
include
windows
form.h
Generated by
1.9.4