PageRenderTime 27ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/ExpressInteropBinding/Microsoft.ServiceModel.Interop.ExtensionUtils/ConfigurationWizard/View/GenericWizardPageView.xaml.cs

#
C# | 23 lines | 11 code | 3 blank | 9 comment | 0 complexity | 73211dd7dd7d29292c61165f64283916 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, Apache-2.0
  1. // <copyright file="GenericWizardPageView.xaml.cs" company="Microsoft Corporation">
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. // </copyright>
  4. namespace Microsoft.ServiceModel.Interop.ConfigurationWizard.View
  5. {
  6. using System.Windows.Controls;
  7. /// <summary>
  8. /// Interaction logic for BindingSettingsPageView.xaml
  9. /// </summary>
  10. public partial class GenericWizardPageView : UserControl
  11. {
  12. /// <summary>
  13. /// Initializes a new instance of the GenericWizardPageView class
  14. /// </summary>
  15. public GenericWizardPageView()
  16. {
  17. InitializeComponent();
  18. }
  19. }
  20. }