资源大小: 1.21MB
发布时间: 2012-09-09
文件格式: none
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

示例:private FamilyComputerCore.FamilyComputer fc = null; private void 开始ToolStripMenuItem_Click(object sender, EventArgs e) { if (fc != null) { fc.Close(); } fc = new FamilyComputerCore.FamilyComputer(); fc.SetDisplayControl(panel1.Handle); fc.Initial(); start(); } private void start() { OpenFileDialog ofd = new OpenFileDialog(); if (ofd.ShowDialog() == DialogResult.OK) { fc.Start(ofd.FileName); } } private void 重新开始ToolStripMenuItem_Click(object sender, EventArgs e) { if (fc != null) { fc.Reset(); } } private void 暂停ToolStripMenuItem_Click(object sender, EventArgs e) { if (fc != null) { fc.Pause(); } } private void 继续ToolStripMenuItem_Click(object sender, EventArgs e) { if (fc != null) { fc.Resume(); } }


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。