码迷,mamicode.com
首页 > 移动开发 > 详细

.NET Application without UI

时间:2014-05-07 10:56:39      阅读:348      评论:0      收藏:0      [点我收藏+]

标签:tar   get   c   .net   for   new   

        private void MainForm_Load(object sender, EventArgs e)
        {
            BeginInvoke(new MethodInvoker(delegate { Hide(); }));
            DoJob();
            Process.GetCurrentProcess().Kill();
        }

        private void DoJob()
        {
            try
            {
            }
            catch { }
        }

.NET Application without UI,布布扣,bubuko.com

.NET Application without UI

标签:tar   get   c   .net   for   new   

原文地址:http://www.cnblogs.com/sungang3225/p/3712959.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!