src/FingersDance.Control.UserPanel/SyncSource.cs
author PAMPHILE Jonathan <pamphile@efrei.fr>
Thu, 24 Sep 2009 14:46:11 +0200
changeset 100 e6e3b164a9a8
parent 35 ed77793b767a
permissions -rw-r--r--
ListVideo
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     1
using System;
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     2
using System.Collections.Generic;
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     3
using System.Linq;
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     4
using System.Text;
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     5
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     6
namespace FingersDance.Control.UserPanel
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     7
{
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     8
    class SyncSource
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     9
    {
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    10
    }
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    11
}