Update HelloWorld/*

This commit is contained in:
Zihan Chen
2017-01-24 02:15:09 -08:00
parent 08b2c69da3
commit 7f8fa57e29
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -17,7 +17,7 @@ void GuiMain()
List<WString> errors;
FileStream fileStream(L"../UIRes/Xml.bin", FileStream::ReadOnly);
auto resource = GuiResource::LoadPrecompiledBinary(fileStream, errors);
GetResourceManager()->SetResource(L"Resource", resource, GuiResourceUsage::DevelopmentTool);
GetResourceManager()->SetResource(L"Resource", resource, GuiResourceUsage::InstanceClass);
}
auto window = UnboxValue<GuiWindow*>(Value::Create(L"helloworld::MainWindow"));