src/FingersDance.Control.UserPanel/SyncSource.cs
author ARIAS Santiago
Sun, 25 Oct 2009 12:38:45 +0100
changeset 168 d70ee2002f75
parent 35 ed77793b767a
permissions -rw-r--r--
Thumb Timeline Rotation and Debug Closing Panels
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
}