author | sarias |
Wed, 09 Sep 2009 08:38:44 +0200 | |
changeset 41 | ce8b404aaae4 |
parent 35 | ed77793b767a |
child 60 | b4008a356f90 |
permissions | -rw-r--r-- |
35 | 1 |
using System; |
2 |
using System.IO; |
|
3 |
using System.Net; |
|
4 |
using System.Windows; |
|
5 |
using System.Windows.Controls; |
|
6 |
using System.Windows.Data; |
|
7 |
using System.Windows.Media; |
|
8 |
using System.Windows.Media.Animation; |
|
9 |
using System.Windows.Navigation; |
|
10 |
||
11 |
namespace FingersDance.Control.Pivot |
|
12 |
{ |
|
13 |
public partial class UserControlPivot |
|
14 |
{ |
|
15 |
public UserControlPivot() |
|
16 |
{ |
|
17 |
this.InitializeComponent(); |
|
18 |
||
19 |
// Insert code required on object creation below this point. |
|
20 |
} |
|
21 |
} |
|
22 |
} |