コード例 #1
0
 private void PathNodeAddToProjectButton_Click(object sender, EventArgs e)
 {
     if (CurrentPathNode?.Ynd != null)
     {
         ProjectForm.AddYndToProject(CurrentPathNode.Ynd);
     }
 }