void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.constructionChangeDirectivesWindow = ((SmartCA.Presentation.Views.ConstructionChangeDirectiveView)(target));
         return;
     }
     this._contentLoaded = true;
 }
Ejemplo n.º 2
0
 private void constructionChangeDirectivesButton_Clicked(object sender, RoutedEventArgs e)
 {
     IView view = new ConstructionChangeDirectiveView();
     view.Show();
 }