資源簡介
實現無邊窗體,該窗體可以拖動,縮放調整大小,有最大、最小和關閉按鈕。與此同時,提供了一些好看的空間樣式和模板
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows;
namespace?Demo
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????????protected?override?void?onstartup(StartupEventArgs?e)
????????{
????????????this.DispatcherUnhandledException?+=?App_DispatcherUnhandledException;
????????????AppDomain.CurrentDomain.UnhandledException?+=?CurrentDomain_UnhandledException;
????????}
????????void?CurrentDomain_UnhandledException(object?sender??UnhandledExceptionEventArgs?e)
????????{
????????????Exception?ex?=?e.Exceptionobject?as?Exception;
????????????if(null?!=?ex)
????????????{
????????????????Mess
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????184??2015-12-28?15:20??WPFst
?????文件???????4096??2015-12-28?15:10??WPFst
?????文件???????1219??2015-12-24?09:53??WPFst
?????文件???????7382??2016-01-28?11:25??WPFst
?????文件????????478??2015-12-28?15:26??WPFst
?????文件??????20334??2016-01-28?11:25??WPFst
?????文件???????1810??2016-01-28?11:27??WPFst
?????文件???????2172??2015-12-23?17:39??WPFst
?????文件???????2848??2015-12-28?15:20??WPFst
?????文件???????5612??2015-12-23?17:39??WPFst
?????文件???????1104??2015-12-28?15:20??WPFst
?????文件????????201??2015-12-23?17:39??WPFst
?????文件???????3804??2016-01-26?17:05??WPFst
?????文件???????4553??2016-01-22?11:59??WPFst
?????文件???????2179??2016-01-22?10:39??WPFst
?????文件???????2866??2016-01-22?10:27??WPFst
?????文件???????5612??2013-06-28?17:18??WPFst
?????文件???????1113??2016-01-22?10:27??WPFst
?????文件????????201??2013-06-28?17:18??WPFst
?????文件???????1497??2016-01-22?11:21??WPFst
?????文件???????8104??2016-01-22?11:40??WPFst
?????文件???????7497??2016-01-22?11:40??WPFst
?????文件???????7471??2016-01-22?11:40??WPFst
?????文件???????5361??2016-01-22?11:30??WPFst
?????文件???????2469??2015-12-24?09:35??WPFst
?????文件????????905??2015-12-24?14:09??WPFst
?????文件??????25047??2016-01-19?16:33??WPFst
?????文件???????8779??2015-12-23?17:33??WPFst
?????文件???????3110??2015-12-24?14:10??WPFst
?????文件??????14915??2015-12-24?09:41??WPFst
............此處省略54個文件信息
- 上一篇:C# 簡易計算器應用
- 下一篇:BS項目桌面化
評論
共有 條評論