client/src/Iri.Modernisation.Controls/View/ProductionEditor/ProductionEditor.xaml.cs
author totetm <>
Fri, 12 Feb 2010 12:24:46 +0100
changeset 45 de06fa7242ae
parent 14 a48c44bc825b
permissions -rw-r--r--
Fixed| agrandir la zonne d'affichage de la time line quand la taille des bloques d'annotations sont supèrieur a sa hauteur Fixed| faire fonctionner le bouton collapse des zonnes d'affichage des timeline
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
     1
using System;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
     2
using System.Collections.Generic;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
     3
using System.Linq;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
     4
using System.Net;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
     5
using System.Windows;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
     6
using System.Windows.Controls;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
     7
using System.Windows.Documents;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
     8
using System.Windows.Input;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
     9
using System.Windows.Media;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    10
using System.Windows.Media.Animation;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    11
using System.Windows.Shapes;
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    12
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    13
namespace Iri.Modernisation.Controls.View
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    14
{
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    15
    public partial class ProductionEditor : UserControl
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    16
    {
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    17
        public ProductionEditor()
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    18
        {
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    19
            InitializeComponent();
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    20
        }
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    21
    }
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents:
diff changeset
    22
}