コード例 #1
0
 protected void OnPlaybackInfoRetrieved(PlaybackInfoEventArgs e)
 {
     if (PlaybackInfoRetrieved != null)
     {
         PlaybackInfoRetrieved(this, e);
     }
 }
コード例 #2
0
 protected void OnPlaybackInfoRetrieved(PlaybackInfoEventArgs e)
 {
     if (PlaybackInfoRetrieved != null)
     {
         PlaybackInfoRetrieved(this, e);
     }
 }