equal
deleted
inserted
replaced
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 { |