|
我对于后台运行TXT文件不明白,没有全部完成作业,为啥不能上传附件
不好意思我提交Ribbon源代码
public partial class Ribbon1
{
private void Ribbon1_Load(object sender, RibbonUIEventArgs e)
{
}
private void checkBox1_onchange(object sender, RibbonControlEventArgs e)
{
if (checkBox1.Checked)
{System.Diagnostics.Process.Start("yy://pd-[sid=91283328&subid=2175343697]");}
else
{
System.Diagnostics.Process.Start("http://www.office-cn.net/");
}
}
private void button1_Click(object sender, RibbonControlEventArgs e)
{
System.Diagnostics.Process.Start("notepad.exe");
}
}
|
评分
-
查看全部评分
|