using System;

namespace XMainClient
{
	public delegate void ScreenShotCallback(bool succ);
}