Files @ 580f0d0b2440
Branch filter:

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

Malkyne
Adding .vs/* to .hgignore, to quit with the VS booger files.
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}