• 大小: 1.82M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: wpf  通讯  通讯录  wp  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Windows;
using System.Threading;

namespace B1103492
{
    /// 
    /// Interaction logic for App.xaml
    /// 

    public partial class App : Application
    {
        /// 
        /// The main entry point for the application.
        /// 


        // 参考文献:
        // http://www.codeproject.com/Articles/16901/Falling-Snow-on-Your-Desktop-The-C-Version
        // 有改动
        // 确保本电脑上只有一个本程序运行。

        private static Mutex mutex;
        public static MainWindow MyMainWindow;
        public static notifyIcon MyNotifyIcon;
        private void Application_Startup(object sender StartupEventArgs e)
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-12-08 08:57  B1103492\
     文件         866  2012-06-01 15:52  B1103492.sln
     目录           0  2012-06-17 17:16  B1103492\3rd Party Codes\
     文件        2420  2012-06-01 20:35  B1103492\3rd Party Codes\AnimatedImageControl.cs
     文件       12572  2012-06-08 19:16  B1103492\3rd Party Codes\FishEyePanel.cs
     文件        4090  2012-06-19 22:00  B1103492\3rd Party Codes\notifyIcon.cs
     目录           0  2012-06-08 14:58  B1103492\3rd Party Codes\SpeechAndText\
     文件        2851  2012-06-17 10:14  B1103492\3rd Party Codes\SpeechAndText\ReadWriteSpeechAndTextSettingFile.cs
     文件        1865  2012-06-19 19:29  B1103492\3rd Party Codes\SpeechAndText\SetVoice.xaml
     文件        2173  2012-06-20 16:39  B1103492\3rd Party Codes\SpeechAndText\SetVoice.xaml.cs
     文件        4321  2013-04-09 13:46  B1103492\3rd Party Codes\SpeechAndText\SpeechToText.cs
     文件        2092  2012-06-18 22:08  B1103492\3rd Party Codes\SpeechAndText\TextToSpeech.cs
     文件        8078  2012-06-14 19:38  B1103492\App.xaml
     文件        1742  2012-06-20 19:07  B1103492\App.xaml.cs
     文件        8955  2013-04-09 13:59  B1103492\B1103492.csproj
     文件         478  2012-06-17 20:27  B1103492\B1103492.csproj.user
     文件      310784  2015-12-08 08:57  B1103492\B1103492.exe
     文件      159232  2015-12-08 08:57  B1103492\B1103492.pdb
     文件       23168  2015-12-08 08:56  B1103492\B1103492.vshost.exe
     文件         490  2012-06-02 22:34  B1103492\B1103492.vshost.exe.manifest
     文件       99678  2012-06-17 20:27  B1103492\ico.ico
     目录           0  2012-06-20 17:11  B1103492\ImagesOftitle\
     文件        5491  2012-06-09 11:12  B1103492\ImagesOftitle\add.png
     文件       21449  2012-06-19 23:20  B1103492\ImagesOftitle\B1103492.gif
     文件        3972  2012-06-11 19:49  B1103492\ImagesOftitle\default.jpg
     文件        1313  2012-06-09 11:09  B1103492\ImagesOftitle\delete.png
     文件       22220  2012-06-06 15:36  B1103492\ImagesOftitle\Help.png
     文件       99678  2012-03-11 22:29  B1103492\ImagesOftitle\ico.ico
     文件       68016  2012-06-08 19:36  B1103492\ImagesOftitle\male0.png
     文件       11663  2012-06-08 19:36  B1103492\ImagesOftitle\male1.png
     文件        6832  2012-06-01 21:50  B1103492\ImagesOftitle\Search.png
............此处省略111个文件信息

评论

共有 条评论