src/FingersDance.Control.Player/App.xaml.cs
author riley
Wed, 05 Aug 2009 14:28:46 +0200
changeset 21 a71a1bab56a9
parent 0 f603bde47f41
permissions -rw-r--r--
New version of player with fastforward feature.

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

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

    }
}