상속: System.EventArgs
예제 #1
0
파일: MP3Player.cs 프로젝트: unixcrh/Motion
 protected virtual void OnOpenFile(OpenFileEventArgs oea)
 {
     if (OpenFile != null)
     {
         OpenFile(this, oea);
     }
 }
예제 #2
0
 protected virtual void OnOpenFile(OpenFileEventArgs oea)
 {
     if (OpenFile != null) OpenFile(this, oea);
 }