Ejemplo n.º 1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 13 "..\..\..\Config.xaml"
     ((Pivodeck.Config)(target)).Loaded += new System.Windows.RoutedEventHandler(this.WindowLoaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.uiGridMain = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.CloseButton = ((Pivodeck.SlickToggleButton)(target));
     return;
     case 4:
     this.TitleLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.txtProjeto = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.lbToken = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.txtToken = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
     return;
     case 9:
     this.cbCriada = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 10:
     this.cbDeletada = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 11:
     this.cbIniciada = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 12:
     this.cbFinalizada = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 13:
     this.cbEntregue = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 14:
     this.btOK = ((System.Windows.Controls.Button)(target));
     
     #line 86 "..\..\..\Config.xaml"
     this.btOK.Click += new System.Windows.RoutedEventHandler(this.ButtonClick);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Ejemplo n.º 2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 14 "..\..\..\CreateTask.xaml"
     ((Pivodeck.CreateTask)(target)).Loaded += new System.Windows.RoutedEventHandler(this.WindowLoaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.uiGridMain = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.CloseButton = ((Pivodeck.SlickToggleButton)(target));
     return;
     case 4:
     this.TitleLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.txtProjeto = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.txtNome = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.label2 = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.cmbTipo = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 9:
     this.label3 = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.txtLabels = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.label4 = ((System.Windows.Controls.Label)(target));
     return;
     case 12:
     this.sldPontos = ((System.Windows.Controls.Slider)(target));
     return;
     case 13:
     this.label5 = ((System.Windows.Controls.Label)(target));
     return;
     case 14:
     this.txtDescricao = ((System.Windows.Controls.TextBox)(target));
     return;
     case 15:
     this.btnOk = ((System.Windows.Controls.Button)(target));
     
     #line 72 "..\..\..\CreateTask.xaml"
     this.btnOk.Click += new System.Windows.RoutedEventHandler(this.BtnOkClick);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }