Ejemplo n.º 1
0
 public void Initialize()
 {
     _ = SongDetails.Init().ContinueWith(async x =>
     {
         this._songDetails = await x;
         this._init        = true;
     });
 }