55
|
1 |
using System; |
|
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Text; |
|
5 |
using System.Windows; |
|
6 |
using System.Windows.Controls; |
|
7 |
using System.Windows.Data; |
|
8 |
using System.Windows.Documents; |
|
9 |
using System.Windows.Media; |
|
10 |
using System.Windows.Media.Imaging; |
|
11 |
using System.Windows.Navigation; |
|
12 |
using System.Windows.Shapes; |
|
13 |
|
143
|
14 |
using FingersDance.Data; |
|
15 |
using FingersDance.ViewModels; |
|
16 |
using FingersDance.Views; |
|
17 |
|
55
|
18 |
namespace FingersDance.Views |
|
19 |
{ |
|
20 |
/// <summary> |
|
21 |
/// Interaction logic for TimelineView.xaml |
|
22 |
/// </summary> |
|
23 |
public partial class TimelineView : UserControl |
|
24 |
{ |
143
|
25 |
|
|
26 |
private Boolean hasDragCanceledHandler = false; |
|
27 |
|
55
|
28 |
public TimelineView() |
|
29 |
{ |
|
30 |
InitializeComponent(); |
|
31 |
} |
143
|
32 |
|
|
33 |
|
|
34 |
|
55
|
35 |
} |
|
36 |
} |