/// <summary>
    /// Interaction logic for App.xaml
    /// </summary>
    public partial class App : Application
    {
        Window1 window1;
        
        // 添加启动参数的处理
        protected override void OnStartup(StartupEventArgs e)
      
        {
            window1 = new Window1();
            if (e.Args.Length > 0)
                window1.ShowEx(e.Args[0]);
            else
                window1.Show();
        }
    }

最新文章

  1. Salesforce注册开发者账号
  2. 团队项目——站立会议DAY7
  3. 实验一 Java开发环境的熟悉
  4. 关于JS的几点TIPS
  5. jQ处理页面中尺寸过大的图片
  6. Monyer&#39;s Game 0~5关过关方法
  7. HTML DOM部分---事件 windows对象;
  8. php下载c
  9. c++学习-字符串
  10. OpenCV-Python教程(10、直方图均衡化)
  11. Memcached函数整理
  12. 同网段电脑互ping
  13. MyBatis Generator代码自动生成工具的使用
  14. Spring系列(三):Spring IoC中各个注解的理解和使用
  15. TeamCity安装
  16. git 命令行
  17. flask的基础认识
  18. mybatis04--Mapper动态代理实现
  19. 开始使用Chronograf(官方说明)
  20. (转)DSound开发常用的几个结构

热门文章

  1. Spring Cloud 学习网址
  2. 牛客网暑期ACM多校训练营(第一场)I Substring
  3. PowerDesigner16工具学习笔记-工具介绍
  4. Java数组常用API
  5. xhost + 的作用
  6. OAF点击事件对页面组件的Required属性不验证
  7. 常见MIME类型例表
  8. 30. Substring with Concatenation of All Words *HARD*
  9. 【转】asp.net 下的中文分词检索工具 - jieba.net
  10. Object是个什么鬼