• 大小: 8.97MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-16
  • 语言: C#
  • 标签: C#  c#源码  

资源简介

资源分不能设置0分上传. Visual+C#从入门到精通.第8版(源码)

资源截图

代码片段和文件信息

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 Hello
{
    /// 
    /// 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()
        {
            Microsoft.ApplicationInsights.WindowsAppInitializer.InitializeAsync(
                Microsoft.ApplicationInsights.WindowsCollectors.metadata |
                Microsoft.ApplicationInsights.WindowsCollectors.Session);
            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.Naviga

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-06-11 08:42  Visual+C#从入门到精通.第8版(源码)\
     目录           0  2018-06-11 08:42  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\
     目录           0  2015-09-23 09:56  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\
     目录           0  2015-09-23 09:49  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\
     目录           0  2015-09-23 09:48  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\
     目录           0  2015-09-23 09:48  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\.vs\
     目录           0  2015-09-23 09:48  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\.vs\config\
     文件       82994  2015-04-23 10:10  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\.vs\config\applicationhost.config
     目录           0  2015-09-23 09:48  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\.vs\Hello\
     目录           0  2015-09-23 09:48  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\.vs\Hello\v14\
     文件      134144  2015-07-30 13:56  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\.vs\Hello\v14\.suo
     目录           0  2015-09-23 09:48  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\
     文件         251  2015-07-30 13:50  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\App.xaml
     文件        4315  2015-07-30 13:51  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\App.xaml.cs
     文件         160  2015-07-30 13:51  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\ApplicationInsights.config
     目录           0  2015-09-23 09:48  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Assets\
     文件        1430  2015-06-04 22:32  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Assets\LockScreenLogo.scale-200.png
     文件        7700  2015-06-04 22:32  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Assets\SplashScreen.scale-200.png
     文件        2937  2015-06-04 22:32  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Assets\Square150x150Logo.scale-200.png
     文件        1647  2015-06-04 22:32  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Assets\Square44x44Logo.scale-200.png
     文件        1255  2015-06-04 22:32  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Assets\Square44x44Logo.targetsize-24_altform-unplated.png
     文件        1451  2015-06-04 22:32  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Assets\StoreLogo.png
     文件        3204  2015-06-04 22:32  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Assets\Wide310x150Logo.scale-200.png
     文件        6787  2015-07-30 13:53  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Hello.csproj
     文件        2454  2015-07-30 13:51  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Hello_TemporaryKey.pfx
     文件         931  2015-07-30 13:53  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\MainPage.xaml
     文件        1068  2015-07-30 13:53  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\MainPage.xaml.cs
     文件        1591  2015-07-30 13:50  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Package.appxmanifest
     文件         474  2015-07-30 13:51  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\project.json
     文件      598084  2015-07-30 13:53  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\project.lock.json
     目录           0  2015-09-23 09:48  Visual+C#从入门到精通.第8版(源码)\Microsoft Press\VCSBS\Chapter 1\Hello - Complete\Hello\Properties\
............此处省略2248个文件信息

评论

共有 条评论