src/FingersDance.Control.UserPanel/SyncSource.cs
author riley
Wed, 23 Sep 2009 17:24:33 +0200
changeset 87 68f4c0d7a7fc
parent 35 ed77793b767a
permissions -rw-r--r--
New pivot
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
}