mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Simplified usages and removed unnecessary casts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user