mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-22 23:36:46 +08:00
Update Release
This commit is contained in:
@@ -127,11 +127,11 @@ namespace vl
|
||||
}
|
||||
void SetSelectedCategory(::vl::Ptr<::demo::ICategory> __vwsn_value_) override
|
||||
{
|
||||
INVOKE_INTERFACE_PROXY(SetSelectedCategory, <value>);
|
||||
INVOKE_INTERFACE_PROXY(SetSelectedCategory, __vwsn_value_);
|
||||
}
|
||||
void SetSelectedContact(::vl::Ptr<::demo::IContact> __vwsn_value_) override
|
||||
{
|
||||
INVOKE_INTERFACE_PROXY(SetSelectedContact, <value>);
|
||||
INVOKE_INTERFACE_PROXY(SetSelectedContact, __vwsn_value_);
|
||||
}
|
||||
END_INTERFACE_PROXY(::demo::IViewModel)
|
||||
#endif
|
||||
|
||||
@@ -13,9 +13,8 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
|
||||
void GuiMain()
|
||||
{
|
||||
{
|
||||
List<WString> errors;
|
||||
FileStream fileStream(L"../UIRes/CppXml.bin", FileStream::ReadOnly);
|
||||
auto resource = GuiResource::LoadPrecompiledBinary(fileStream, errors);
|
||||
auto resource = GuiResource::LoadPrecompiledBinary(fileStream);
|
||||
GetResourceManager()->SetResource(L"Resource", resource);
|
||||
}
|
||||
helloworld::MainWindow window;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user