• 大小: 80.25MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-04-24
  • 语言: C#
  • 标签: C#高  级编程    源码)  

资源简介

C#高级编程第10版(附带随书源码)

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.ApplicationModel;
using Windows.ApplicationModel.Activation;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xaml.Data;
using Windows.UI.Xaml.Input;
using Windows.UI.Xaml.Media;
using Windows.UI.Xaml.Navigation;

namespace AttachedPropertyDemoUWP
{
    /// 
    /// Provides application-specific behavior to supplement the default Application class.
    /// 

    sealed partial class App : Application
    {
        /// 
        /// Initializes the singleton application object.  This is the first line of authored code
        /// executed and as such is the logical equivalent of main() or WinMain().
        /// 

        public App()
        {
            this.InitializeComponent();
            this.Suspending += OnSuspending;
        }

        /// 
        /// Invoked when the application is launched normally by the end user.  Other entry points
        /// will be used such as when the application is launched to open a specific file.
        /// 

        /// Details about the launch request and process.
        protected override void OnLaunched(LaunchActivatedEventArgs e)
        {

#if DEBUG
            if (System.Diagnostics.Debugger.IsAttached)
            {
                this.DebugSettings.EnableframeRateCounter = true;
            }
#endif

            frame rootframe = Window.Current.Content as frame;

            // Do not repeat app initialization when the Window already has content
            // just ensure that the window is active
            if (rootframe == null)
            {
                // Create a frame to act as the navigation context and navigate to the first page
                rootframe = new frame();

                rootframe.NavigationFailed += OnNavigationFailed;

                if (e.PreviousExecutionState == ApplicationExecutionState.Terminated)
                {
                    //TODO: Load state from previously suspended application
                }

                // Place the frame in the current Window
                Window.Current.Content = rootframe;
            }

            if (rootframe.Content == null)
            {
                // When the navigation stack isn‘t restored navigate to the first page
                // configuring the new page by passing required information as a navigation
                // parameter
                rootframe.Navigate(typeof(MainPage) e.Arguments);
            }
            // Ensure the current window is active
            Window.Current.Activate();
        }

        /// 
        /// Invoked when Navigation to a certain page fails
        /// 

        /// T

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-08-02 10:51  C#高级编程第10版\
     目录           0  2017-08-02 10:46  C#高级编程第10版\01_code\
     文件        1810  2017-05-05 09:09  C#高级编程第10版\01_code\HelloWorld-vs2015.zip
     文件        1771  2017-05-05 09:09  C#高级编程第10版\01_code\HelloWorld-vs2017.zip
     目录           0  2017-08-02 10:46  C#高级编程第10版\02_code\
     文件       54921  2017-05-05 09:09  C#高级编程第10版\02_code\CoreCSharp-vs2015.zip
     文件       43790  2017-05-05 09:09  C#高级编程第10版\02_code\CoreCSharp-vs2017.zip
     目录           0  2017-08-02 10:46  C#高级编程第10版\03_code\
     文件       16373  2017-05-05 09:09  C#高级编程第10版\03_code\objectsAndTypes-vs2015.zip
     文件       10073  2017-05-05 09:09  C#高级编程第10版\03_code\objectsAndTypes-vs2017.zip
     目录           0  2017-08-02 10:46  C#高级编程第10版\04_code\
     文件       11818  2017-05-05 09:09  C#高级编程第10版\04_code\Inheritance-vs2015.zip
     文件        7629  2017-05-05 09:09  C#高级编程第10版\04_code\Inheritance-vs2017.zip
     目录           0  2017-08-02 10:47  C#高级编程第10版\05_code\
     文件       17120  2017-05-05 09:09  C#高级编程第10版\05_code\Resources-vs2015.zip
     文件        9198  2017-05-05 09:09  C#高级编程第10版\05_code\Resources-vs2017.zip
     目录           0  2017-08-02 10:47  C#高级编程第10版\06_code\
     文件       15124  2017-05-05 09:09  C#高级编程第10版\06_code\Generics-vs2015.zip
     文件       10994  2017-05-05 09:09  C#高级编程第10版\06_code\Generics-vs2017.zip
     目录           0  2017-08-02 10:47  C#高级编程第10版\07_code\
     文件       18155  2017-05-05 09:09  C#高级编程第10版\07_code\Arrays-vs2015.zip
     文件       10032  2017-05-05 09:09  C#高级编程第10版\07_code\Arrays-vs2017.zip
     目录           0  2017-08-02 10:47  C#高级编程第10版\08_code\
     文件       15615  2017-05-05 09:09  C#高级编程第10版\08_code\OperatorsAndCasts-vs2015.zip
     文件        8558  2017-05-05 09:09  C#高级编程第10版\08_code\OperatorsAndCasts-vs2017.zip
     目录           0  2017-08-02 10:47  C#高级编程第10版\09_code\
     文件       23580  2017-05-05 09:09  C#高级编程第10版\09_code\Delegates-vs2015.zip
     文件       13404  2017-05-05 09:09  C#高级编程第10版\09_code\Delegates-vs2017.zip
     目录           0  2017-08-02 10:47  C#高级编程第10版\10_code\
     文件        9357  2017-05-05 09:09  C#高级编程第10版\10_code\StringsAndRegularexpressions-vs2015.zip
     文件        5409  2017-05-05 09:09  C#高级编程第10版\10_code\StringsAndRegularexpressions-vs2017.zip
............此处省略374个文件信息

评论

共有 条评论