Ejemplo n.º 1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.lGroup = ((System.Windows.Controls.Label)(target));
     return;
     case 2:
     this.cbWeek = ((System.Windows.Controls.ComboBox)(target));
     
     #line 35 "..\..\..\..\..\..\Classes\Schedule\Windows\CopyScheduleWindow.xaml"
     this.cbWeek.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbWeek_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 3:
     this.wpStart = ((IMS.WeekPicker)(target));
     return;
     case 4:
     this.wpEnd = ((IMS.WeekPicker)(target));
     return;
     case 5:
     this.cbInterval = ((System.Windows.Controls.ComboBox)(target));
     
     #line 52 "..\..\..\..\..\..\Classes\Schedule\Windows\CopyScheduleWindow.xaml"
     this.cbInterval.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbInterval_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.bCopy = ((System.Windows.Controls.Button)(target));
     
     #line 66 "..\..\..\..\..\..\Classes\Schedule\Windows\CopyScheduleWindow.xaml"
     this.bCopy.Click += new System.Windows.RoutedEventHandler(this.bCopy_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.bExit = ((System.Windows.Controls.Button)(target));
     
     #line 67 "..\..\..\..\..\..\Classes\Schedule\Windows\CopyScheduleWindow.xaml"
     this.bExit.Click += new System.Windows.RoutedEventHandler(this.bExit_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Ejemplo n.º 2
0
 void EndRange_OnSelectedRangeChanged(WeekPicker picker)
 {
     picker.SetDisplayData(picker.Monday);
     this.CheckInterval();
 }