資源簡介
詳情見 http://blog.csdn.net/a582127421/article/details/77488800
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Threading;
using?System.Threading.Tasks;
using?System.Windows;
namespace?self_checkin_machine
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????????Mutex?mutex;
????????public?App()
????????{
????????????this.Startup?+=?new?StartupEventHandler(App_Startup);
????????}
????????void?App_Startup(object?sender?StartupEventArgs?e)
????????{
????????????bool?ret;
????????????mutex?=?new?Mutex(true?“self-checkin-machine“?out?ret);
????????????if?(!ret)
????????????????Environment.Exit(0);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1932??2017-08-21?10:22??self-checkin-machine\App.config
?????文件???????8119??2017-08-22?16:44??self-checkin-machine\App.xaml
?????文件????????749??2017-08-21?10:37??self-checkin-machine\App.xaml.cs
?????文件????2453136??2017-08-21?11:36??self-checkin-machine\bin\x86\Debug\data\images\bg.png
?????文件???????1834??2017-08-21?13:58??self-checkin-machine\bin\x86\Debug\data\images\btn1.png
?????文件???????1624??2017-08-21?13:58??self-checkin-machine\bin\x86\Debug\data\images\btn2.png
?????文件???????1837??2017-08-21?13:58??self-checkin-machine\bin\x86\Debug\data\images\btn3.png
?????文件???????1801??2017-08-21?13:58??self-checkin-machine\bin\x86\Debug\data\images\btn4.png
?????文件???????1761??2017-08-21?13:58??self-checkin-machine\bin\x86\Debug\data\images\btn5.png
?????文件???????1345??2017-08-21?15:22??self-checkin-machine\bin\x86\Debug\data\images\calendar.png
?????文件???????2092??2017-08-21?15:03??self-checkin-machine\bin\x86\Debug\data\images\choose_time_close.png
?????文件???????2839??2017-08-21?11:04??self-checkin-machine\bin\x86\Debug\data\images\logo.png
?????文件????1340638??2017-08-21?13:45??self-checkin-machine\bin\x86\Debug\data\images\show.png
?????文件????????337??2017-08-21?18:54??self-checkin-machine\bin\x86\Debug\log\2017-08-21.txt
?????文件???????1268??2017-08-22?22:31??self-checkin-machine\bin\x86\Debug\log\2017-08-22.txt
?????文件?????276480??2017-03-08?19:26??self-checkin-machine\bin\x86\Debug\log4net.dll
?????文件????1547797??2017-03-08?19:26??self-checkin-machine\bin\x86\Debug\log4net.xm
?????文件?????653824??2017-06-18?13:57??self-checkin-machine\bin\x86\Debug\Newtonsoft.Json.dll
?????文件?????674087??2017-06-18?13:57??self-checkin-machine\bin\x86\Debug\Newtonsoft.Json.xm
?????文件??????53248??2017-08-22?22:33??self-checkin-machine\bin\x86\Debug\self-checkin-machine.exe
?????文件???????1932??2017-08-21?10:22??self-checkin-machine\bin\x86\Debug\self-checkin-machine.exe.config
?????文件??????85504??2017-08-22?22:33??self-checkin-machine\bin\x86\Debug\self-checkin-machine.pdb
?????文件??????22696??2017-08-22?22:33??self-checkin-machine\bin\x86\Debug\self-checkin-machine.vshost.exe
?????文件???????1932??2017-08-21?10:22??self-checkin-machine\bin\x86\Debug\self-checkin-machine.vshost.exe.config
?????文件????????490??2016-07-16?19:44??self-checkin-machine\bin\x86\Debug\self-checkin-machine.vshost.exe.manifest
?????文件????????782??2017-08-21?13:39??self-checkin-machine\controls\Bottom.xaml
?????文件????????668??2017-08-21?13:32??self-checkin-machine\controls\Bottom.xaml.cs
?????文件???????1041??2017-08-22?16:47??self-checkin-machine\controls\CalendarItem.xaml
?????文件???????4545??2017-08-22?15:56??self-checkin-machine\controls\CalendarItem.xaml.cs
?????文件???????4828??2017-08-22?16:48??self-checkin-machine\controls\ChooseRoomChooseDate.xaml
............此處省略168個文件信息
評論
共有 條評論