mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-17 06:24:49 +08:00
New ProjectForm, moved and renamed old ProjectForm
This commit is contained in:
@@ -14,12 +14,12 @@ namespace CodeWalker.Project.Panels
|
||||
{
|
||||
public partial class EditYmapCarGenPanel : ProjectPanel
|
||||
{
|
||||
public ProjectForm2 ProjectForm;
|
||||
public ProjectForm ProjectForm;
|
||||
public YmapCarGen CurrentCarGen { get; set; }
|
||||
|
||||
private bool populatingui = false;
|
||||
|
||||
public EditYmapCarGenPanel(ProjectForm2 owner)
|
||||
public EditYmapCarGenPanel(ProjectForm owner)
|
||||
{
|
||||
ProjectForm = owner;
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user