mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Store compile result in variable
This commit is contained in:
@@ -33,7 +33,7 @@ namespace ZuneUIXTools
|
||||
private void MainWindow_Loaded(object sender, RoutedEventArgs e)
|
||||
{
|
||||
MarkupSystem.Startup(true);
|
||||
MarkupCompiler.Compile(
|
||||
bool isSuccess = MarkupCompiler.Compile(
|
||||
new[]
|
||||
{
|
||||
new CompilerInput()
|
||||
|
||||
Reference in New Issue
Block a user