示例#1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.viewModel = ((tscui.Pages.Log.LogsViewModel)(target));
                return;

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

            #line 21 "..\..\..\..\Pages\Log\LogsView.xaml"
                this.splLog.Loaded += new System.Windows.RoutedEventHandler(this.splLog_Loaded);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
示例#2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.viewModel = ((tscui.Pages.Log.LogsViewModel)(target));
     return;
     case 2:
     this.splLog = ((System.Windows.Controls.StackPanel)(target));
     
     #line 21 "..\..\..\..\Pages\Log\LogsView.xaml"
     this.splLog.Loaded += new System.Windows.RoutedEventHandler(this.splLog_Loaded);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }