예제 #1
0
        private void toolStripButtonEditPaths_Click(object sender, EventArgs e)
        {
            PathEditor pathEditor = new PathEditor(Project);

            pathEditor.ShowDialog();

            RefreshTrainProperties();
        }