void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.userControl = ((OssClientMetro.Views.NavigateView)(target));
                return;

            case 2:
                this.root = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 3:
                this.buckets = ((System.Windows.Controls.ListView)(target));
                return;

            case 4:
                this.downloadingView = ((System.Windows.Controls.ListViewItem)(target));
                return;

            case 5:
                this.uploadingView = ((System.Windows.Controls.ListViewItem)(target));
                return;

            case 6:
                this.compeletedView = ((System.Windows.Controls.ListViewItem)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.userControl = ((OssClientMetro.Views.NavigateView)(target));
     return;
     case 2:
     this.root = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 3:
     this.buckets = ((System.Windows.Controls.ListView)(target));
     return;
     case 4:
     this.downloadingView = ((System.Windows.Controls.ListViewItem)(target));
     return;
     case 5:
     this.uploadingView = ((System.Windows.Controls.ListViewItem)(target));
     return;
     case 6:
     this.compeletedView = ((System.Windows.Controls.ListViewItem)(target));
     return;
     }
     this._contentLoaded = true;
 }