src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml.cs
author ymh
Wed, 16 Sep 2009 09:07:27 +0200
changeset 68 5f547156bda6
parent 61 9e2f007b19b3
child 72 f1ca0958c992
permissions -rw-r--r--
Merge from tip

using System;
using System.IO;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Navigation;

namespace FingersDance.Control.SessionInput
{
	public partial class UserControlSessionInput
	{
		public UserControlSessionInput()
		{
			this.InitializeComponent();

			// Insert code required on object creation below this point.
		}
	}
}