Files @ 4d50f2211e67
Branch filter:

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

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