Implemented load project event
This commit is contained in:
parent
89b2744896
commit
502dea63e0
1
I18N Commander/UI WinForms/Loader.Designer.cs
generated
1
I18N Commander/UI WinForms/Loader.Designer.cs
generated
@ -56,6 +56,7 @@
|
||||
this.loaderStart.Name = "loaderStart";
|
||||
this.loaderStart.Size = new System.Drawing.Size(794, 444);
|
||||
this.loaderStart.TabIndex = 0;
|
||||
this.loaderStart.LoadProject += new System.EventHandler<string>(this.loaderStart_LoadProject);
|
||||
//
|
||||
// Loader
|
||||
//
|
||||
|
@ -6,4 +6,10 @@ public partial class Loader : Form
|
||||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
private void loaderStart_LoadProject(object sender, string projectFilePath)
|
||||
{
|
||||
// TODO: Call the data model
|
||||
this.Close();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user