Zone Builder:
- Renamed Form1 to frmMain
This commit is contained in:
parent
a45f867bb1
commit
ced376e72a
6 changed files with 15 additions and 144 deletions
19
ZoneBuilder/frmMain.cs
Normal file
19
ZoneBuilder/frmMain.cs
Normal file
|
@ -0,0 +1,19 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace ZoneBuilder
|
||||
{
|
||||
public partial class frmMain : Form
|
||||
{
|
||||
public frmMain()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue