Files @ a62fb04d8694
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/SimWindow.cs

Jason Maltzen
Added tag T9_V6 for changeset cca1f914411a
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}