src/FingersDance.Control.UserPanel/SyncSource.cs
author PAMPHILE Jonathan <pamphile@efrei.fr>
Wed, 14 Oct 2009 13:45:55 +0200
changeset 147 1a5da89daee9
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
}