muddesigner/ZoneBuilder/Form1.cs
Scionwest_cp a45f867bb1 Added two new projects to the solution.
Realm Explorer added.
Zone Builder added.
2009-11-27 20:55:01 -08:00

19 lines
365 B
C#

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();
}
}
}