mirror of
https://github.com/iscmt/event-parser.git
synced 2026-04-04 14:02:24 -04:00
Reorganized directory structure
This commit is contained in:
17
gui/EventParser/frmAbout.cs
Normal file
17
gui/EventParser/frmAbout.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace EventParser.GUI
|
||||
{
|
||||
public partial class frmAbout : Form
|
||||
{
|
||||
public frmAbout()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
// remember to fix this
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user