资源简介
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\ob
文件 10073 2017-05-05 09:09 C#高级编程第10版\03_code\ob
目录 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\StringsAndRegularex
文件 5409 2017-05-05 09:09 C#高级编程第10版\10_code\StringsAndRegularex
............此处省略374个文件信息
- 上一篇:小游戏-贪吃蛇C#控制台项目
- 下一篇:推特评论及情感数据集
相关资源
- WPF编程宝典 第四版
- Visual C#从入门到精通(第8版).pdf
- visual C#从入门到精通第八版
- WPF高级编程PDF
- wpf入门第五篇 WPF with ECharts 项目源码
- ASP.NET从入门到精通第4版.rar
- c#高级编程 第十版 中文完整版
- c# winform 漂亮的第三方控件
- C#高质量仿腾讯截图程序(改_1)
- CLR Via C#(第4版) 完整源代码
- c#高级计算器
- C#高级编程练习题目内附答案
- C#高质量仿腾讯截图程序(改)
- C#高级编程(第10版)C# 6 .NET Core 1.0
- WPF基础视频教程(第三季)-传智播客
- Head First C#(第二版)中文版
- C#开发实战1200例(第1、2卷Pdf)+第1卷
- C#从入门到精通 第3版 原书配套光盘资
- C#实现Socket编程 (异步通讯解决Tcp粘
- c#入门经典 第六版 地址 百度网盘
- [C#开发实战1200例第2卷].王小科等.扫描
- C#高校教材管理系统
- C#网络应用编程第3版习题答案
- asp.net 聚合支付第四方支付.rar
- Visual C#从入门到精通 第九版.docx
- 北大青鸟S1第一学期第三本书C#和SQL数
- TCP性能测试工具和C#高性能异步Socke
- c#高斯正算
- C#从入门到精通第4版明日科技2017年
- C#网络应用编程第三版马骏主编上机练
评论
共有 条评论