public Controller(MainWindow mw, NaviData nd) { _mw = mw; _nd = nd; }
/// <summary> /// Main window constructor. /// </summary> public MainWindow() { InitializeComponent(); _nd = new NaviData(this); _cl = new Controller(this, _nd); }