using System;

public class PhotoWindow : BasePhotoWindow
{
	public override string windowName
	{
		get
		{
			return this.Type.ToString();
		}
	}

	public PhotoWindowManager.WindowType Type;
}