Exemplo n.º 1
0
 private void LoadRightLayoutFromFileButtonClick(object sender, RoutedEventArgs e)
 {
     using (this.rightScope = new RightScope())
     {
         this.LoadLayoutFromFile(this.rightLayoutFileName);
     }
 }
Exemplo n.º 2
0
 private void LoadRightLayoutFromFileButtonClick(object sender, RoutedEventArgs e)
 {
     using (this.rightScope = new RightScope())
     {
         this.LoadLayoutFromFile(this.rightLayoutFileName);
     }
 }
Exemplo n.º 3
0
 private void SaveRightLayoutToFileButtonClick(object sender, RoutedEventArgs e)
 {
     using (this.rightScope = new RightScope())
     {
         this.ignoredRightPanesSerializationTagsWhenCleaning.Clear();
         this.SaveLayoutToFile(this.rightLayoutFileName);
         this.LoadRightLayoutFromFileButton.IsEnabled = true;
     }
 }
Exemplo n.º 4
0
 private void SaveRightLayoutToFileButtonClick(object sender, RoutedEventArgs e)
 {
     using (this.rightScope = new RightScope())
     {
         this.ignoredRightPanesSerializationTagsWhenCleaning.Clear();
         this.SaveLayoutToFile(this.rightLayoutFileName);
         this.LoadRightLayoutFromFileButton.IsEnabled = true;
     }
 }