src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml.cs
author sarias
Tue, 15 Sep 2009 18:20:09 +0200
changeset 61 9e2f007b19b3
child 72 f1ca0958c992
permissions -rw-r--r--
Projet InputSession Gestion des Dictionnaires Ressources
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
		}
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    21
	}
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    22
}