コード例 #1
0
ファイル: MvcServer.cs プロジェクト: oblivious/Oblivious
 private void OnInvokingAction(object sender, ControllerEventArgs e)
 {
     InvokingAction(this, e);
 }
コード例 #2
0
ファイル: MvcServer.cs プロジェクト: RainsSoft/HttpWebServer
 private void OnInvokingAction(object sender, ControllerEventArgs e)
 {
     InvokingAction(this, e);
 }