Inheritance: System.EventArgs
示例#1
0
 protected virtual void OnPlayFile(PlayFileEventArgs pea)
 {
     if (PlayFile != null)
     {
         PlayFile(this, pea);
     }
 }
示例#2
0
 protected virtual void OnPlayFile(PlayFileEventArgs pea)
 {
     if (PlayFile != null) PlayFile(this, pea);
 }