/// <summary>
 /// Initializes a new instance of the SnapInApplicationContext class
 /// </summary>
 public SnapInApplicationContext()
 {
     _topLevelWindows = new FormList();
 }
		/// <summary>
		/// Initializes a new instance of the SnapInApplicationContext class
		/// </summary>
		public SnapInApplicationContext()
		{
			_topLevelWindows = new FormList();			
		}