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
+1 -1
View File
@@ -62,7 +62,7 @@ namespace CodeWalker
}
else if (projectmode)
{
Application.Run(new Project.ProjectForm2());
Application.Run(new Project.ProjectForm());
}
else
{