mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 04:50:46 +08:00
New ProjectForm, moved and renamed old ProjectForm
This commit is contained in:
+1
-1
@@ -137,7 +137,7 @@ namespace CodeWalker
|
||||
|
||||
private void ProjectButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
ProjectForm f = new ProjectForm(null);
|
||||
Project.ProjectForm f = new Project.ProjectForm(null);
|
||||
f.Show(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user