资源简介
资源分不能设置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个文件信息
- 上一篇:影院售票系统 ASP.NET
- 下一篇:asp.net网上购书系统代码
相关资源
- C#解析HL7消息的库135797
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
评论
共有 条评论