/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
- // <copyright file="GenericWizardPageView.xaml.cs" company="Microsoft Corporation">
- // Copyright (c) Microsoft Corporation. All rights reserved.
- // </copyright>
-
- namespace Microsoft.ServiceModel.Interop.ConfigurationWizard.View
- {
- using System.Windows.Controls;
-
- /// <summary>
- /// Interaction logic for BindingSettingsPageView.xaml
- /// </summary>
- public partial class GenericWizardPageView : UserControl
- {
- /// <summary>
- /// Initializes a new instance of the GenericWizardPageView class
- /// </summary>
- public GenericWizardPageView()
- {
- InitializeComponent();
- }
- }
- }