client/src/Iri.Modernisation.Controls/View/ConsultationView/ConsultationView.xaml.cs
equal
deleted
inserted
replaced
|
1 using System; |
|
2 using System.Collections.Generic; |
|
3 using System.Linq; |
|
4 using System.Net; |
|
5 using System.Windows; |
|
6 using System.Windows.Controls; |
|
7 using System.Windows.Documents; |
|
8 using System.Windows.Input; |
|
9 using System.Windows.Media; |
|
10 using System.Windows.Media.Animation; |
|
11 using System.Windows.Shapes; |
|
12 using Iri.Modernisation.Controls.ViewModel; |
|
13 namespace Iri.Modernisation.Controls.View |
|
14 { |
|
15 public partial class ConsultationView : UserControl |
|
16 { |
|
17 public ConsultationView() |
|
18 { |
|
19 InitializeComponent(); |
|
20 //ConsultationBookViewElement.DataContext = new ConsultationBookViewVM(); |
|
21 |
|
22 } |
|
23 } |
|
24 } |