src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml.cs
author cavaliet
Wed, 16 Sep 2009 19:32:26 +0200
changeset 71 31900a35e162
parent 61 9e2f007b19b3
child 72 f1ca0958c992
permissions -rw-r--r--
We can set a margin to an annotation.

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.
		}
	}
}