src/FingersDance.Control.Close/UserControlClose.xaml.cs
changeset 107 604696163664
parent 103 6eb5b39f8e97
child 131 9331c3dea175
equal deleted inserted replaced
106:9dfc0ee0ab17 107:604696163664
       
     1 using System;
       
     2 using System.IO;
       
     3 using System.Net;
       
     4 using System.Windows;
       
     5 using System.Windows.Controls;
       
     6 using System.Windows.Data;
       
     7 using System.Windows.Media;
       
     8 using System.Windows.Media.Animation;
       
     9 using System.Windows.Navigation;
       
    10 
       
    11 namespace FingersDance.Control.Close
       
    12 {
       
    13 	public partial class UserControlClose
       
    14 	{
       
    15 		public UserControlClose()
       
    16 		{
       
    17 			this.InitializeComponent();
       
    18 
       
    19 			// Insert code required on object creation below this point.
       
    20 		}
       
    21 	}
       
    22 }