--- a/src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs Fri Oct 16 16:26:21 2009 +0200
+++ b/src/FingersDance.Control.Pivot/UserControlPivot.xaml.cs Fri Oct 16 21:06:25 2009 +0200
@@ -21,8 +21,9 @@
this.InitializeComponent();
// Insert code required on object creation below this point.
- }
+ }
+ #region Pivot Button Actions
private void SurfaceButtonPlayer1_ContactDown(object sender, Microsoft.Surface.Presentation.ContactEventArgs e)
{
if(EH_SurfaceButtonPlayer_ContactDown!=null)
@@ -66,6 +67,7 @@
{
SurfaceButtonPlayer4_ContactDown(this, null);
}
+ #endregion
public void ApplyColor(int id, uint color)
{