Files @ a6af85c37419
Branch filter:

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

Malkyne
README.md edited online with Bitbucket
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}