client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml.cs
author totetm <>
Wed, 27 Jan 2010 10:37:39 +0100
changeset 36 b6df6fce6e5d
parent 30 644e3cd48034
child 38 bd33267300aa
permissions -rw-r--r--
Sync init XML download. ProductionVideo from URI source

using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
using Iri.Modernisation.Data.Models;
namespace Iri.Modernisation.Controls.View
{
	public partial class AnnotationMaker : UserControl
	{
		public AnnotationMaker()
		{

			InitializeComponent();
      
            
            
		}
	}
}