コード例 #1
0
 private void OnGotCheckPathInput(object sender, GotCorrectCheckPathEventArgs e)
 {
     _presenter.OnCheckPathAlgorithmCall(sender as IPresenterConnectedDialog, e.FirstVertex, e.SecondVertex);
 }