资源简介
资源分不能设置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网上购书系统代码
相关资源
- ArcGIS_Engine_C#开发教程+源码超值
- C#-PDF阅读器-源码
- 智能停车场管理系统C#版
- C# .NET Web API 完整 Demo
- 图书管理系统源码 C#.net
- 智能排课系统C#源码
- C#项目之综合供求信息网(含源代码)
- C#Web学生管理系统
- 海益ERPhaiyiERP20
- C#课程设计员工信息管理系统
- C#超市管理系统源码含数据库,运行是
- C# windows窗体 招聘管理系统
- C# Jpeg 转DicomDicom 转Jpeg
- C#百度地图DEMO-亲测可用
- C#三层架构实现固定资产管理系统
- C#数字图像处理算法典型赵春江随书源
- 学生网上选课系统的设计与实现
- Canon EOS SDK 2.11 C# 开发
- C#高级动画源码
- 小区物业管理系统 C# 设计
- c#文件管理21个
- C#课程设计+源代码
- C#等高线追踪
- c# 小型图书馆管理系统
- cb-9X-C#winform实现PDF阅读功能.rar
- sU-WV-C#比赛记时软件.rar
- u5-TW-C#打印操作--使用GDI绘图打印学生
- z1_C#打印操作--使用GDI绘图打印学生信
- C#打印操作--使用GDI绘图打印学生信息
- 物资管理信息系统、数据库、SQL Ser
评论
共有 条评论