Files @ 265d80a3a011
Branch filter:

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

jmaltzen
Added tag VERSION_T7_RC13 for changeset dd0c2e7a0421
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}