src/FingersDance.Control.Close/UserControlClose.xaml.cs
author PAMPHILE Jonathan <pamphile@efrei.fr>
Thu, 24 Sep 2009 17:38:51 +0200
changeset 112 08bc8eac9e71
parent 103 6eb5b39f8e97
child 131 9331c3dea175
permissions -rw-r--r--
Screen
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
103
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     1
using System;
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     2
using System.IO;
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     3
using System.Net;
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     4
using System.Windows;
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     5
using System.Windows.Controls;
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     6
using System.Windows.Data;
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     7
using System.Windows.Media;
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     8
using System.Windows.Media.Animation;
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     9
using System.Windows.Navigation;
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    10
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    11
namespace FingersDance.Control.Close
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    12
{
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    13
	public partial class UserControlClose
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    14
	{
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    15
		public UserControlClose()
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    16
		{
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    17
			this.InitializeComponent();
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    18
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    19
			// Insert code required on object creation below this point.
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    20
		}
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    21
	}
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    22
}