Files
OpenRA/OpenRA.Editor/ResizeDialog.cs
Chris Forbes b7e6dc90c3 resize dialog
2010-05-09 13:24:07 +12:00

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