コード例 #1
0
ファイル: GUI.cs プロジェクト: cosine1016/LimpidAudioPlayer
 private void RaiseEvent(LAPP.Player.Receiver.Action Action)
 {
     RaiseEvent(Action, null);
 }
コード例 #2
0
ファイル: GUI.cs プロジェクト: cosine1016/LimpidAudioPlayer
 private void RaiseEvent(LAPP.Player.Receiver.Action Action, params object[] Args)
 {
     LAPP.Player.Receiver.RaiseReceivedEvent(new LAPP.Player.Receiver.EventReceiveArgs(Action, Args));
 }