資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Threading;
using?System.Windows;
namespace?SoftWifi
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????????static?App()
????????{
????????}
????????private?NotifyIconComponent?_component;
????????protected?override?void?onstartup(StartupEventArgs?e)
????????{
????????????this.ShutdownMode?=?ShutdownMode.OnExplicitShutdown;
????????????MainWindow?=?new?MainWindow();
????????????MainWindow.Closing?+=?MainWindowClosing;
????????????MainWindow.Show();//初始化主界面
????????????_component?=?new?NotifyIconComponent();
????????????_component.OnOpenMainView?+=?(obj?args)?=>
???????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????140??2013-06-21?09:19??SoftWifi\App.config
?????文件????????276??2013-06-20?13:26??SoftWifi\App.xaml
?????文件???????1666??2013-06-21?09:20??SoftWifi\App.xaml.cs
?????文件??????61440??2013-06-21?09:20??SoftWifi\bin\Debug\SoftWifi.exe
?????文件????????140??2013-06-21?09:19??SoftWifi\bin\Debug\SoftWifi.exe.config
?????文件??????36352??2013-06-21?09:20??SoftWifi\bin\Debug\SoftWifi.pdb
?????文件??????21464??2013-06-21?09:19??SoftWifi\bin\Debug\SoftWifi.vshost.exe
?????文件????????140??2013-06-21?09:19??SoftWifi\bin\Debug\SoftWifi.vshost.exe.config
?????文件????????490??2010-03-17?22:39??SoftWifi\bin\Debug\SoftWifi.vshost.exe.manifest
?????文件????????187??2013-06-20?13:00??SoftWifi\bin\Debug\test.exe.config
?????文件????????187??2013-06-20?13:00??SoftWifi\bin\Debug\test.vshost.exe.config
?????文件????????490??2010-03-17?22:39??SoftWifi\bin\Debug\test.vshost.exe.manifest
?????文件??????59904??2013-06-21?09:21??SoftWifi\bin\Release\SoftWifi.exe
?????文件????????140??2013-06-21?09:19??SoftWifi\bin\Release\SoftWifi.exe.config
?????文件??????34304??2013-06-21?09:21??SoftWifi\bin\Release\SoftWifi.pdb
?????文件??????21464??2013-06-21?09:21??SoftWifi\bin\Release\SoftWifi.vshost.exe
?????文件????????140??2013-06-21?09:19??SoftWifi\bin\Release\SoftWifi.vshost.exe.config
?????文件????????490??2010-03-17?22:39??SoftWifi\bin\Release\SoftWifi.vshost.exe.manifest
?????文件??????27998??2013-06-20?15:36??SoftWifi\images\bg.jpg
?????文件???????1083??2013-06-20?15:22??SoftWifi\images\close.png
?????文件???????3063??2013-06-20?18:30??SoftWifi\MainWindow.xaml
?????文件???????2390??2013-06-21?09:20??SoftWifi\MainWindow.xaml.cs
?????文件???????1501??2013-06-20?18:54??SoftWifi\NotifyIconComponent.cs
?????文件???????4870??2013-06-20?17:00??SoftWifi\NotifyIconComponent.designer.cs
?????文件??????13151??2013-06-20?17:00??SoftWifi\NotifyIconComponent.resx
?????文件???????1723??2013-06-21?09:20??SoftWifi\obj\Debug\App.g.cs
?????文件???????1723??2013-06-21?09:20??SoftWifi\obj\Debug\App.g.i.cs
?????文件???????1241??2013-06-20?13:25??SoftWifi\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6986??2013-06-21?09:20??SoftWifi\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????3014??2013-06-21?09:20??SoftWifi\obj\Debug\MainWindow.baml
............此處省略60個文件信息
評論
共有 條評論