Simplified usages and removed unnecessary casts

This commit is contained in:
Joshua Askharoun
2021-02-21 22:59:09 -06:00
parent c920dff448
commit 91b30a963f
533 changed files with 6257 additions and 6257 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ namespace ZuneUI
throw new InvalidOperationException("This is a one trick pony, sorry.");
if (this._loadQueued)
return;
Application.DeferredInvoke(new DeferredInvokeHandler(this.LoadFonts), (object)null);
Application.DeferredInvoke(new DeferredInvokeHandler(this.LoadFonts), null);
this._loadQueued = true;
}