摘要:
示例程序1:program.cs public class Program : FormShellApplication<WorkItem, Form1> { [STAThread] static void Main() { new Program().Run(); } protected override void AfterShellCreated() { base.AfterShellCreated(); this.Shell.IsMdiContainer = true; RootWorkItem.Items.Add(this.Shell, "Shell" 阅读全文
posted @ 2011-07-02 14:06
Henry_Wang
阅读(738)
评论(0)
推荐(0)

浙公网安备 33010602011771号