public MainWindow() { InitializeComponent(); ResizeMode = ResizeMode.NoResize;//disable sizing options DroneManager.SetMainWindow(this); //gives promition to HTML/pilot string curdir = Directory.GetCurrentDirectory(); Gmaps.Navigate(String.Format("file:///{0}/HTML/pilot.html", curdir)); refreshCom(); }