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

资源简介


资源截图

代码片段和文件信息

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)
  

评论

共有 条评论