client/src/Iri.Modernisation/MainPage.xaml.cs
changeset 4 cf756528609e
parent 0 249d70e7b32d
child 6 cde7fe7f284e
equal deleted inserted replaced
3:1f1614b65397 4:cf756528609e
    19 {
    19 {
    20     public partial class MainPage : UserControl
    20     public partial class MainPage : UserControl
    21     {
    21     {
    22         public MainPage()
    22         public MainPage()
    23         {
    23         {
    24           
    24         
    25             InitializeComponent();
    25             InitializeComponent();
       
    26             Start();
    26            
    27            
    27         }
    28         }
    28         private void Start()
    29         private void Start()
    29         {
    30         {
    30             List<VideoBook> SelectedVideoBooks = new List<VideoBook>();
    31             List<VideoBook> SelectedVideoBooks = new List<VideoBook>();