src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml.cs
changeset 72 f1ca0958c992
parent 61 9e2f007b19b3
child 73 bda95242e600
equal deleted inserted replaced
71:31900a35e162 72:f1ca0958c992
    16 		{
    16 		{
    17 			this.InitializeComponent();
    17 			this.InitializeComponent();
    18 
    18 
    19 			// Insert code required on object creation below this point.
    19 			// Insert code required on object creation below this point.
    20 		}
    20 		}
       
    21 
       
    22         private void SurfaceButton_ContactDown(object sender, Microsoft.Surface.Presentation.ContactEventArgs e)
       
    23         {
       
    24             
       
    25         }
    21 	}
    26 	}
    22 }
    27 }