Use Service proxy everywhere

This commit is contained in:
Yoshi Askharoun
2022-06-06 12:01:47 -05:00
parent 5ee4f33740
commit 5698ce90e8
@@ -54,8 +54,7 @@ namespace Microsoft.Zune.Shell
public static ZuneLibrary ZuneLibrary => _zuneLibrary;
// NOTE: Change to Service2.Service.Instance to make changes to the service
public static Service.Service Service => Zune.Service.Service.Instance;
public static Service.Service2 Service => Zune.Service.Service2.Instance;
public static event EventHandler Closing;