Exemple #1
0
        public void Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
            {
                global::Notify.Controls.HeaderControl element1 = (global::Notify.Controls.HeaderControl)(target);
                    #line 24 "..\..\..\View\About.xaml"
                ((global::Notify.Controls.HeaderControl)element1).ValueChanged += this.HeaderControl_ValueChanged;
                    #line default
            }
            break;

            default:
                break;
            }
            this._contentLoaded = true;
        }
Exemple #2
0
        public void Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
            {
                global::Notify.Controls.HeaderControl element1 = (global::Notify.Controls.HeaderControl)(target);
                    #line 25 "..\..\..\View\Settings.xaml"
                ((global::Notify.Controls.HeaderControl)element1).ValueChanged += this.HeaderControl_ValueChanged;
                    #line default
            }
            break;

            case 2:
            {
                this.TickCount = (global::Windows.UI.Xaml.Controls.Slider)(target);
            }
            break;

            default:
                break;
            }
            this._contentLoaded = true;
        }