Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SourceWriter.PreviewWindowDelegate"/> class.
 /// </summary>
 /// <param name="windowController">Window controller.</param>
 public PreviewWindowDelegate(PreviewWindowController windowController)
 {
     // Initialize
     this.WindowController = windowController;
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="SourceWriter.PreviewWindowDelegate"/> class.
		/// </summary>
		/// <param name="windowController">Window controller.</param>
		public PreviewWindowDelegate (PreviewWindowController windowController)
		{
			// Initialize
			this.WindowController = windowController;

		}