示例#1
0
 private void sysCSXtraUserControl1_FocusedSysCSChangedEvent(object sender, GridDataPhilosophiae.Events.SysCS.FocusedSysCSChangedEventArgs ea)
 {
     this.labelBarStaticItem.Caption = "" + ea.FocusedSysCS;
 }
示例#2
0
 private void sysCSXtraUserControl1_FocusedSysCSChangedEvent(object sender, GridDataPhilosophiae.Events.SysCS.FocusedSysCSChangedEventArgs ea)
 {
     this.sysCSPropXtraUserControl.SetSelectedObject(ea.FocusedSysCS);
 }