src/FingersDance.Control.UserPanel/SyncSource.cs
author PAMPHILE Jonathan <pamphile@efrei.fr>
Thu, 24 Sep 2009 18:31:09 +0200
changeset 120 8b83e6c8718e
parent 35 ed77793b767a
permissions -rw-r--r--
Merge
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
}