2011年7月2日

摘要: 示例程序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 阅读(716) 评论(0) 推荐(0) 编辑

导航