mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 12:26:27 +08:00
New ProjectForm, moved and renamed old ProjectForm
This commit is contained in:
@@ -12,10 +12,10 @@ namespace CodeWalker.Project.Panels
|
||||
{
|
||||
public partial class EditProjectPanel : ProjectPanel
|
||||
{
|
||||
public ProjectForm2 ProjectForm;
|
||||
public ProjectForm ProjectForm;
|
||||
public ProjectFile Project { get; set; }
|
||||
|
||||
public EditProjectPanel(ProjectForm2 owner)
|
||||
public EditProjectPanel(ProjectForm owner)
|
||||
{
|
||||
ProjectForm = owner;
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user