資源簡介
自己做的WPF時鐘
實現效果請看
http://blog.csdn.net/lovelan1748/archive/2009/10/30/4750101.aspx

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Windows;
namespace?WPF1
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????????private?void?Application_Startup(object?sender?StartupEventArgs?e)
????????{
????????????Window1?win?=?new?Window1();
????????????win.Show();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????289??2009-10-30?14:35??WPF1\WPF1\App.xaml
?????文件????????466??2009-10-30?16:33??WPF1\WPF1\App.xaml.cs
?????文件??????11776??2009-10-31?00:40??WPF1\WPF1\bin\Debug\WPF1.exe
?????文件??????30208??2009-10-31?00:40??WPF1\WPF1\bin\Debug\WPF1.pdb
?????文件??????14328??2009-10-31?00:40??WPF1\WPF1\bin\Debug\WPF1.vshost.exe
?????文件????????490??2007-07-21?01:33??WPF1\WPF1\bin\Debug\WPF1.vshost.exe.manifest
?????文件??????29184??2009-10-30?22:19??WPF1\WPF1\bin\Debug\YJClock.dll
?????文件??????34304??2009-10-30?22:19??WPF1\WPF1\bin\Debug\YJClock.pdb
?????文件???????2047??2009-10-30?22:21??WPF1\WPF1\obj\Debug\App.g.cs
?????文件???????8639??2009-10-30?22:21??WPF1\WPF1\obj\Debug\ResolveAssemblyReference.cache
?????文件???????4608??2009-10-30?21:39??WPF1\WPF1\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????1137??2009-10-31?00:29??WPF1\WPF1\obj\Debug\Window1.baml
?????文件???????3859??2009-10-31?00:29??WPF1\WPF1\obj\Debug\Window1.g.cs
?????文件????????785??2009-10-31?00:40??WPF1\WPF1\obj\Debug\WPF1.csproj.FileListAbsolute.txt
?????文件????????789??2009-10-30?14:35??WPF1\WPF1\obj\Debug\WPF1.csproj.GenerateResource.Cache
?????文件??????11776??2009-10-31?00:40??WPF1\WPF1\obj\Debug\WPF1.exe
?????文件???????1359??2009-10-31?00:29??WPF1\WPF1\obj\Debug\WPF1.g.resources
?????文件??????30208??2009-10-31?00:40??WPF1\WPF1\obj\Debug\WPF1.pdb
?????文件????????180??2009-10-30?22:21??WPF1\WPF1\obj\Debug\WPF1.Properties.Resources.resources
?????文件????????197??2009-10-31?00:40??WPF1\WPF1\obj\Debug\WPF1_MarkupCompile.cache
?????文件???????2173??2009-10-30?14:29??WPF1\WPF1\Properties\AssemblyInfo.cs
?????文件???????2858??2009-10-30?14:29??WPF1\WPF1\Properties\Resources.Designer.cs
?????文件???????5612??2009-10-30?14:29??WPF1\WPF1\Properties\Resources.resx
?????文件???????1089??2009-10-30?14:29??WPF1\WPF1\Properties\Settings.Designer.cs
?????文件????????201??2009-10-30?14:29??WPF1\WPF1\Properties\Settings.settings
?????文件????????634??2009-10-31?00:23??WPF1\WPF1\Window1.xaml
?????文件???????4268??2009-10-31?00:40??WPF1\WPF1\Window1.xaml.cs
?????文件???????4449??2009-10-30?21:45??WPF1\WPF1\WPF1.csproj
?????文件????????902??2009-10-30?14:29??WPF1\WPF1.sln
????..A..H.?????20480??2009-10-31?00:41??WPF1\WPF1.suo
............此處省略11個文件信息
- 上一篇:簡單考試系統
- 下一篇:一款專業的雙網卡自動切換軟件卓高職業學校開發
評論
共有 條評論