资源简介
详情见 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个文件信息
相关资源
- c# wpf图片左右滑动的
- WPF Blend开发教程
- 后台维护系统WPF附带SQL Server数据库和
- WPF旅游管理系统增删改查实用
- 海康威视wpf客户端1-实时预览
- WpfVLC-master.rar
- 在wpf中使用Vlc 播放 rtsp视频流
- 深入浅出WPF(中文版)
- 《深入浅出 WPF》刘铁猛高清版
- c# emgucv 实时绿幕抠像源码
- WPF学习-MSDN所有wpf案例打包
- 葵花宝典-WPF自学手册
- <>刘铁猛,完整版,带详细标签的PD
- DotNetBar for WPF 7.1.0.14 破解版
- WPF3D图片轮播效果
- Wpf ComboBox 多级正反向级联的实现
- WPF超炫效果集合 源码
- WPF利用Emgu CV调用计算机摄像头
- WPF 学生信息管理
- 葵花宝典--WPF自学手册
- WPF揭秘.pdf
- WPF开发框架源码 交通建设管理系统架
- 第二代Kinect WPF开发从入门到精通资料
- WPF21个优秀项目及源码
- SciChart控件破解方法见包内
- WPF开发框架
- 全网最全的空气质量指数日历史数据
- wpf特效轮播图
- WPF做的监控程序
- wpf 图片滑动效果
评论
共有 条评论