Store compile result in variable

This commit is contained in:
Joshua Askharoun
2021-04-02 13:21:25 -05:00
parent 176f469d7b
commit 25bcd91b6d
+1 -1
View File
@@ -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()