New ProjectForm, moved and renamed old ProjectForm

This commit is contained in:
dexyfex
2018-03-04 00:09:31 +11:00
Unverified
parent 69ea4d5c35
commit 6733b2a909
26 changed files with 54 additions and 54 deletions
+2 -2
View File
@@ -14,14 +14,14 @@ namespace CodeWalker.Project.Panels
{
public partial class EditYndNodePanel : ProjectPanel
{
public ProjectForm2 ProjectForm;
public ProjectForm ProjectForm;
public YndNode CurrentPathNode { get; set; }
public YndLink CurrentPathLink { get; set; }
public YndFile CurrentYndFile { get; set; }
private bool populatingui = false;
public EditYndNodePanel(ProjectForm2 projectForm)
public EditYndNodePanel(ProjectForm projectForm)
{
ProjectForm = projectForm;
InitializeComponent();