Exemplo n.º 1
0
 internal void RaiseOnPropertyChanged(string sender = null, XBMCRPC.Player.OnPropertyChanged_data data = null)
 {
     if (OnPropertyChanged != null)
     {
         OnPropertyChanged.BeginInvoke(sender, data, null, null);
     }
 }
Exemplo n.º 2
0
 internal void RaiseOnPropertyChanged(string sender = null, OnPropertyChangeddataType data = null)
 {
     if (OnPropertyChanged != null)
     {
         OnPropertyChanged.BeginInvoke(sender, data, null, null);
     }
 }