void IMetadataProvider.Destroy()
 {
     activity.UnRegisterDBusObject(ObjectPath);
     Dispose();
 }
Ejemplo n.º 2
0
 void IPlaylistProvider.Destroy()
 {
     activity.UnRegisterDBusObject(ObjectPath);
     Dispose();
 }