コード例 #1
0
 void IBlogPostEditor.OnClosing(CancelEventArgs e)
 {
     controller.OnPostClosing(e);
 }
コード例 #2
0
 public void OnPostClosing(CancelEventArgs e)
 {
     controller.OnPostClosing(e);
     ((IBlogPostEditor)postPropertiesForm).OnPostClosing(e);
 }