private void OutputCommand(object sender, RoutedEventArgs e) { ExMain.IsExpanded = false; UCSpace.Content = null; var item = new OutputUCView(); UCSpace.Content = item; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.ouputUCVM = ((QuanLyKho_MVVM.Views.OutputUCView)(target)); return; } this._contentLoaded = true; }