mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-22 15:22:23 +08:00
Update generated files
This commit is contained in:
@@ -29,7 +29,6 @@ https://github.com/vczh-libraries
|
||||
#define GLOBAL_SYMBOL ::vl_workflow_global::HelloWorld::
|
||||
#define GLOBAL_NAME ::vl_workflow_global::HelloWorld::Instance().
|
||||
#define GLOBAL_OBJ &::vl_workflow_global::HelloWorld::Instance()
|
||||
#define USERIMPL(...)
|
||||
|
||||
/***********************************************************************
|
||||
Global Variables
|
||||
@@ -115,7 +114,6 @@ Class (::helloworld::MainWindow)
|
||||
#undef GLOBAL_SYMBOL
|
||||
#undef GLOBAL_NAME
|
||||
#undef GLOBAL_OBJ
|
||||
#undef USERIMPL
|
||||
|
||||
#if defined( _MSC_VER)
|
||||
#pragma warning(pop)
|
||||
|
||||
@@ -29,7 +29,6 @@ https://github.com/vczh-libraries
|
||||
#define GLOBAL_SYMBOL ::vl_workflow_global::HelloWorld::
|
||||
#define GLOBAL_NAME ::vl_workflow_global::HelloWorld::Instance().
|
||||
#define GLOBAL_OBJ &::vl_workflow_global::HelloWorld::Instance()
|
||||
#define USERIMPL(...)
|
||||
|
||||
/***********************************************************************
|
||||
Global Variables
|
||||
@@ -820,7 +819,6 @@ namespace vm
|
||||
#undef GLOBAL_SYMBOL
|
||||
#undef GLOBAL_NAME
|
||||
#undef GLOBAL_OBJ
|
||||
#undef USERIMPL
|
||||
|
||||
#if defined( _MSC_VER)
|
||||
#pragma warning(pop)
|
||||
|
||||
@@ -29,7 +29,9 @@ https://github.com/vczh-libraries
|
||||
#define GLOBAL_SYMBOL ::vl_workflow_global::HelloWorld::
|
||||
#define GLOBAL_NAME ::vl_workflow_global::HelloWorld::Instance().
|
||||
#define GLOBAL_OBJ &::vl_workflow_global::HelloWorld::Instance()
|
||||
#define USERIMPL(...)
|
||||
|
||||
/* USER_CONTENT_BEGIN(custom global declarations) */
|
||||
/* USER_CONTENT_END() */
|
||||
|
||||
/***********************************************************************
|
||||
Class (::helloworld::MainWindow)
|
||||
@@ -55,15 +57,14 @@ namespace helloworld
|
||||
return this->__vwsn_parameter_ViewModel;
|
||||
}
|
||||
|
||||
USERIMPL(/* ::helloworld::MainWindow */)
|
||||
void MainWindow::buttonSignUp_Clicked(::vl::presentation::compositions::GuiGraphicsComposition* sender, ::vl::presentation::compositions::GuiEventArgs* arguments)
|
||||
{
|
||||
{/* USER_CONTENT_BEGIN(::helloworld::MainWindow) */
|
||||
if (this->GetViewModel()->SignUp())
|
||||
{
|
||||
this->SetHasLoggedIn(true);
|
||||
this->buttonSignUp->SetText(L"Success!");
|
||||
}
|
||||
}
|
||||
}/* USER_CONTENT_END() */
|
||||
|
||||
MainWindow::MainWindow(::vl::Ptr<::vm::IViewModel> __vwsn_ctor_parameter_ViewModel)
|
||||
: ::vl::presentation::controls::GuiWindow(::vl::presentation::theme::ThemeName::Window)
|
||||
@@ -86,7 +87,6 @@ namespace helloworld
|
||||
#undef GLOBAL_SYMBOL
|
||||
#undef GLOBAL_NAME
|
||||
#undef GLOBAL_OBJ
|
||||
#undef USERIMPL
|
||||
|
||||
#if defined( _MSC_VER)
|
||||
#pragma warning(pop)
|
||||
|
||||
@@ -55,6 +55,9 @@ namespace helloworld
|
||||
public:
|
||||
MainWindow(::vl::Ptr<::vm::IViewModel> __vwsn_ctor_parameter_ViewModel);
|
||||
~MainWindow();
|
||||
|
||||
/* USER_CONTENT_BEGIN(custom members of ::helloworld::MainWindow) */
|
||||
/* USER_CONTENT_END() */
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user