src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml.cs
author sarias
Thu, 17 Sep 2009 08:31:15 +0200
changeset 72 f1ca0958c992
parent 61 9e2f007b19b3
child 73 bda95242e600
permissions -rw-r--r--
Travail sur le control List Video et comunication entre ListVideo et FingersDance
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     1
using System;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     2
using System.IO;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     3
using System.Net;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     4
using System.Windows;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     5
using System.Windows.Controls;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     6
using System.Windows.Data;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     7
using System.Windows.Media;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     8
using System.Windows.Media.Animation;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     9
using System.Windows.Navigation;
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    10
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    11
namespace FingersDance.Control.SessionInput
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    12
{
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    13
	public partial class UserControlSessionInput
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    14
	{
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    15
		public UserControlSessionInput()
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    16
		{
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    17
			this.InitializeComponent();
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    18
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    19
			// Insert code required on object creation below this point.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    20
		}
72
f1ca0958c992 Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents: 61
diff changeset
    21
f1ca0958c992 Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents: 61
diff changeset
    22
        private void SurfaceButton_ContactDown(object sender, Microsoft.Surface.Presentation.ContactEventArgs e)
f1ca0958c992 Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents: 61
diff changeset
    23
        {
f1ca0958c992 Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents: 61
diff changeset
    24
            
f1ca0958c992 Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents: 61
diff changeset
    25
        }
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    26
	}
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    27
}