changeset 72 | f1ca0958c992 |
parent 61 | 9e2f007b19b3 |
child 73 | bda95242e600 |
--- a/src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml.cs Wed Sep 16 19:32:26 2009 +0200 +++ b/src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml.cs Thu Sep 17 08:31:15 2009 +0200 @@ -18,5 +18,10 @@ // Insert code required on object creation below this point. } + + private void SurfaceButton_ContactDown(object sender, Microsoft.Surface.Presentation.ContactEventArgs e) + { + + } } } \ No newline at end of file