Files @ a6f12f52e4ee
Branch filter:

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

Malkyne
Added tag VERSION_T7_RC3 for changeset 721656f9e923
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}