resize dialog

This commit is contained in:
Chris Forbes
2010-05-09 13:24:07 +12:00
parent 88689ddaf7
commit b7e6dc90c3
8 changed files with 498 additions and 36 deletions

View 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 OpenRA.Editor
{
public partial class ResizeDialog : Form
{
public ResizeDialog()
{
InitializeComponent();
}
}
}