/// <summary>
		/// Initializes a new instance of the <see cref="ContextWindowControl"/> class.
		/// </summary>
		public ContextWindowControl()
		{
			this.InitializeComponent();
			var tmp = new FlightORM.UI.MainWindow(); //Fix Vs reference stupidity, FML
		}
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ContextWindowControl"/> class.
 /// </summary>
 public ContextWindowControl()
 {
     this.InitializeComponent();
     var tmp = new FlightORM.UI.MainWindow();             //Fix Vs reference stupidity, FML
 }