src/FingersDance.Control.Screen/UserControlScreen.xaml.cs
changeset 156 e16c8c913c65
parent 152 46577fd0a294
child 182 25b49d4f1635
equal deleted inserted replaced
155:c68128feca0d 156:e16c8c913c65
   149             try
   149             try
   150             {
   150             {
   151                 MainViewModel.Session.Alias = ((UserControlSessionInput)sender).Alias;
   151                 MainViewModel.Session.Alias = ((UserControlSessionInput)sender).Alias;
   152                 MainViewModel.Session.Email = ((UserControlSessionInput)sender).Email;
   152                 MainViewModel.Session.Email = ((UserControlSessionInput)sender).Email;
   153                 MainViewModel.Session.Description = ((UserControlSessionInput)sender).Description;
   153                 MainViewModel.Session.Description = ((UserControlSessionInput)sender).Description;
   154                 MainViewModel.Session.Name = ((UserControlSessionInput)sender).Name;
   154                 MainViewModel.Session.Name = ((UserControlSessionInput)sender).SessionName;
   155                 
   155                 
   156                 //2-Suppression UCSession Input
   156                 //2-Suppression UCSession Input
   157                 LayoutRoot.Children.Remove((UserControlSessionInput)sender);
   157                 LayoutRoot.Children.Remove((UserControlSessionInput)sender);
   158                 OpenProject();
   158                 OpenProject();
   159             }
   159             }