Files @ 41086220d081
Branch filter:

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

jmaltzen
Update README
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}