src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs
changeset 65 3ec392c8f45b
parent 60 b4008a356f90
child 77 e95e916eb018
equal deleted inserted replaced
64:91b5a333614d 65:3ec392c8f45b
    18         public event EventHandler EH_SurfaceButtonPlayer4_ContactDown;
    18         public event EventHandler EH_SurfaceButtonPlayer4_ContactDown;
    19 
    19 
    20 		public UserControlPivot()
    20 		public UserControlPivot()
    21 		{
    21 		{
    22 			this.InitializeComponent();
    22 			this.InitializeComponent();
    23 
    23             
    24 			// Insert code required on object creation below this point.
    24 			// Insert code required on object creation below this point.
    25 		}
    25 		}
    26 
    26 
    27         private void SurfaceButtonPlayer1_ContactDown(object sender, Microsoft.Surface.Presentation.ContactEventArgs e)
    27         private void SurfaceButtonPlayer1_ContactDown(object sender, Microsoft.Surface.Presentation.ContactEventArgs e)
    28         {
    28         {