public ChannelSetupRedirectWindow(ChannelConfiguration configuration, bool isCloudChannel)
        {
            this.configuration = configuration;
            this.isCloudChannel = isCloudChannel;
            this.builder = configuration.RedirectBuilder;

            InitializeComponent();

            DataContext = this;
        }
Example #2
0
        public ChannelSetupRedirectWindow(ChannelConfiguration configuration, bool isCloudChannel)
        {
            this.configuration  = configuration;
            this.isCloudChannel = isCloudChannel;
            this.builder        = configuration.RedirectBuilder;

            InitializeComponent();

            DataContext = this;
        }