private void AddEventListenerHandler()
 {
     this.Popup          = new Personalminicards();
     this.timer          = new DispatcherTimer();
     this.timer.Interval = System.TimeSpan.FromMilliseconds(800.0);
     this.imgFace.InnerBorder.MouseEnter += new MouseEventHandler(this.ShowPersonalminicards);
     this.imgFace.InnerBorder.MouseLeave += new MouseEventHandler(this.ClosePersonalminicards);
     this.imgFace.InnerBorder.MouseDown  += new MouseButtonEventHandler(this.imgFace_MouseDown);
 }
Esempio n. 2
0
 private void AddEventListenerHandler()
 {
     this.sessionService = ServiceUtil.Instance.SessionService;
     this.dataService    = ServiceUtil.Instance.DataService;
     this.logger         = ServiceUtil.Instance.Logger;
     this.Popup          = new Personalminicards();
     this.timer          = new DispatcherTimer();
     this.timer.Interval = System.TimeSpan.FromMilliseconds(800.0);
     this.imgFace.InnerBorder.MouseEnter += new MouseEventHandler(this.ShowPersonalminicards);
     this.imgFace.InnerBorder.MouseLeave += new MouseEventHandler(this.ClosePersonalminicards);
     this.imgFace.InnerBorder.MouseDown  += new MouseButtonEventHandler(this.imgFace_MouseDown);
 }
 private void AddEventListenerHandler()
 {
     this.Popup = new Personalminicards();
     this.timer = new DispatcherTimer();
     this.timer.Interval = System.TimeSpan.FromMilliseconds(800.0);
     this.imgFace.InnerBorder.MouseEnter += new MouseEventHandler(this.ShowPersonalminicards);
     this.imgFace.InnerBorder.MouseLeave += new MouseEventHandler(this.ClosePersonalminicards);
     this.imgFace.InnerBorder.MouseDown += new MouseButtonEventHandler(this.imgFace_MouseDown);
 }
 private void AddEventListenerHandler()
 {
     this.sessionService = ServiceUtil.Instance.SessionService;
     this.dataService = ServiceUtil.Instance.DataService;
     this.logger = ServiceUtil.Instance.Logger;
     this.Popup = new Personalminicards();
     this.timer = new DispatcherTimer();
     this.timer.Interval = System.TimeSpan.FromMilliseconds(800.0);
     this.imgFace.InnerBorder.MouseEnter += new MouseEventHandler(this.ShowPersonalminicards);
     this.imgFace.InnerBorder.MouseLeave += new MouseEventHandler(this.ClosePersonalminicards);
     this.imgFace.InnerBorder.MouseDown += new MouseButtonEventHandler(this.imgFace_MouseDown);
 }