コード例 #1
0
 public void Commit()
 {
     if (CurrentTool != null)
     {
         CurrentTool.DoCommit();
     }
 }