Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
mono 开发 C# 程序,运行时状态栏消失
Experiences and Insight
924
views ·
2
replies ·
To
floor
Go
jouyouyun
deepin
2013-03-27 20:49
Author
使用 mono 开发 C# 程序,运行时屏幕下方的状态栏消失,终止程序后,状态栏还是没出现。
Reply
Like 0
Favorite
View the author
All Replies
snyh1010
deepin
2013-03-27 21:06
#1
请给出具体代码以便我们定位具体问题是什么。 谢谢
Reply
Like 0
View the author
jouyouyun
deepin
2013-03-27 21:12
#2
using System;
using System.Windows.Forms;
namespace HelloClickWorld {
public class Hello : Form {
public static void Main (string[] args) {
Application.Run (new Hello ());
}
public Hello ()
{
Button button = new Button ();
button.Text = "Click...";
button.Click += new EventHandler (Button_Click);
Controls.Add (button);
}
private void Button_Click (object sender, EventArgs e)
{
MessageBox.Show ("Hello Click World!");
}
}
}
Copy the Code
加了 using System.Windows.Forms; 后出错的
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Ranking
Change
Instructions on How to change the language in Thunderbird
deepin eighth Bi-Weekly Technical Report is online
如何安装软件安装包?
Popular Events
More