• 大小: 13.85MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-15
  • 语言: C#
  • 标签: wpf  日历  

资源简介

详情见 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.xml

     文件     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.xml

     文件      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个文件信息

评论

共有 条评论