資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Net;
using?System.Windows;
using?System.Windows.Controls;
using?System.Windows.Documents;
using?System.Windows.Input;
using?System.Windows.Media;
using?System.Windows.Media.Animation;
using?System.Windows.Shapes;
namespace?SilerlightZoom
{
????public?partial?class?App?:?Application
????{
????????public?App()
????????{
????????????this.Startup?+=?this.Application_Startup;
????????????this.Exit?+=?this.Application_Exit;
????????????this.UnhandledException?+=?this.Application_UnhandledException;
????????????InitializeComponent();
????????}
????????private?void?Application_Startup(object?sender?StartupEventArgs?e)
????????{
????????????this.RootVisual?=?new?MainPage();
????????}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????297??2013-11-13?14:27??Wpf_Zoom\SilerlightZoom\App.xaml
?????文件???????2354??2013-11-13?14:27??Wpf_Zoom\SilerlightZoom\App.xaml.cs
?????文件????????365??2013-11-13?14:33??Wpf_Zoom\SilerlightZoom\Bin\Debug\AppManifest.xaml
?????文件?????306176??2018-09-30?17:14??Wpf_Zoom\SilerlightZoom\Bin\Debug\SilerlightZoom.dll
?????文件??????28160??2018-09-30?17:14??Wpf_Zoom\SilerlightZoom\Bin\Debug\SilerlightZoom.pdb
?????文件?????300765??2018-09-30?17:14??Wpf_Zoom\SilerlightZoom\Bin\Debug\SilerlightZoom.xap
?????文件???????2852??2018-09-30?17:14??Wpf_Zoom\SilerlightZoom\Bin\Debug\SilerlightZoomTestPage.html
?????文件?????295630??2013-11-13?14:28??Wpf_Zoom\SilerlightZoom\Images\dog.jpg
?????文件???????1403??2013-11-13?14:28??Wpf_Zoom\SilerlightZoom\MainPage.xaml
?????文件???????4597??2013-11-13?14:34??Wpf_Zoom\SilerlightZoom\MainPage.xaml.cs
?????文件???????1841??2013-11-13?14:27??Wpf_Zoom\SilerlightZoom\obj\Debug\App.g.cs
?????文件???????1841??2013-11-13?14:27??Wpf_Zoom\SilerlightZoom\obj\Debug\App.g.i.cs
?????文件???????4626??2013-11-13?14:30??Wpf_Zoom\SilerlightZoom\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6343??2018-10-08?08:42??Wpf_Zoom\SilerlightZoom\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????2650??2013-11-13?14:28??Wpf_Zoom\SilerlightZoom\obj\Debug\MainPage.g.cs
?????文件???????2650??2013-11-13?14:28??Wpf_Zoom\SilerlightZoom\obj\Debug\MainPage.g.i.cs
?????文件???????2469??2018-09-30?17:14??Wpf_Zoom\SilerlightZoom\obj\Debug\SilerlightZoom.csproj.FileListAbsolute.txt
?????文件???????1581??2018-09-30?17:14??Wpf_Zoom\SilerlightZoom\obj\Debug\SilerlightZoom.csprojResolveAssemblyReference.cache
?????文件?????306176??2018-09-30?17:14??Wpf_Zoom\SilerlightZoom\obj\Debug\SilerlightZoom.dll
?????文件?????297634??2013-11-13?14:33??Wpf_Zoom\SilerlightZoom\obj\Debug\SilerlightZoom.g.resources
?????文件??????28160??2018-09-30?17:14??Wpf_Zoom\SilerlightZoom\obj\Debug\SilerlightZoom.pdb
?????文件??????????0??2018-09-30?17:13??Wpf_Zoom\SilerlightZoom\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2018-09-30?17:13??Wpf_Zoom\SilerlightZoom\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2018-09-30?17:13??Wpf_Zoom\SilerlightZoom\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件????????580??2018-09-30?17:14??Wpf_Zoom\SilerlightZoom\obj\Debug\XapCacheFile.xm
?????文件????????207??2013-11-13?14:27??Wpf_Zoom\SilerlightZoom\Properties\AppManifest.xm
?????文件???????1342??2013-11-13?14:27??Wpf_Zoom\SilerlightZoom\Properties\AssemblyInfo.cs
?????文件???????4880??2013-11-13?14:30??Wpf_Zoom\SilerlightZoom\SilerlightZoom.csproj
?????文件???????1142??2013-11-13?14:30??Wpf_Zoom\SilerlightZoom\SilerlightZoom.csproj.user
?????文件????????318??2013-11-13?09:53??Wpf_Zoom\WpfZoom\App.xaml
............此處省略60個(gè)文件信息
評論
共有 條評論