Interaction logic for AddTrafficSplitWindowContent.xaml
Наследование: System.Windows.Controls.UserControl
 private AddTrafficSplitWindow(IEnumerable <string> versions)
     : base(GoogleCloudExtension.Resources.AddGaeTrafficSplitTitle)
 {
     ViewModel = new AddTrafficSplitViewModel(this, versions);
     Content   = new AddTrafficSplitWindowContent
     {
         DataContext = ViewModel
     };
 }
 private AddTrafficSplitWindow(IEnumerable<string> versions)
     : base(GoogleCloudExtension.Resources.AddGaeTrafficSplitTitle)
 {
     ViewModel = new AddTrafficSplitViewModel(this, versions);
     Content = new AddTrafficSplitWindowContent
     {
         DataContext = ViewModel
     };
 }