Use service proxy where available

This commit is contained in:
Yoshi Askharoun
2022-06-06 15:08:07 -05:00
parent d95fd24720
commit 01f8df1525
32 changed files with 122 additions and 121 deletions
@@ -54,7 +54,8 @@ namespace Microsoft.Zune.Shell
public static ZuneLibrary ZuneLibrary => _zuneLibrary;
public static Service.Service2 Service => Zune.Service.Service2.Instance;
public static Service.Service Service => Zune.Service.Service.Instance;
public static Service.Service2 Service2 => Zune.Service.Service2.Instance;
public static event EventHandler Closing;