Banshee.UbuntuOneMusicStore.UbuntuOneMusicStoreSource.StoreWrapper.StoreWrapper C# (CSharp) Method

StoreWrapper() public method

public StoreWrapper ( ) : Mono.Unix
return Mono.Unix
            public StoreWrapper (): base ()
            {
                this.PreviewMp3 += PlayMP3Preview;
                this.DownloadFinished += AddDownloadToLibrary;
                this.PlayLibrary += PlayU1MSLibrary;
                this.UrlLoaded += U1MSUrlLoaded;
            }