mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Use service proxy where available
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user