src/FingersDance.Control.UserPanel/App.xaml.cs
author sarias
Fri, 31 Jul 2009 00:45:42 +0200
changeset 3 4f1ea403073d
parent 2 06de3a61998f
permissions -rw-r--r--
Projet Menu avec profondeur complete. Projet Player sans design play pause basique Les deux projets ont un Surface[name]Test.xaml & .cs pour montrer les fonctionalites. (pour tester il faut "set up as start up project")

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;

namespace FingersDance.Control.UserPanel
{
    /// <summary>
    /// Interaction logic for App.xaml
    /// </summary>
    public partial class App : Application
    {

    }
}