src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs
changeset 68 5f547156bda6
parent 65 3ec392c8f45b
child 77 e95e916eb018
equal deleted inserted replaced
67:70cca06f0a32 68:5f547156bda6
    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         {