public LyricsPane(ContextPage context_page)
 {
     this.context_page = context_page;
     InitComponents ();
 }
 public LyricsPane(ContextPage context_page)
 {
     this.context_page = context_page;
     LyricsManager.Instance.LoadStarted += this.OnLoadStarted;
     LyricsManager.Instance.LoadFinished += this.OnLoadFinished;
 }
 public LyricsPane(ContextPage context_page)
 {
     this.context_page = context_page;
     LyricsManager.Instance.LoadStarted  += this.OnLoadStarted;
     LyricsManager.Instance.LoadFinished += this.OnLoadFinished;
 }