Commit 392f8815 by leo

1

parent 8e952a00
......@@ -53,7 +53,10 @@ namespace Test
private void btnRun_Click(object sender, EventArgs e)
{
Kivii.GhostScript.Tools.Run(rtbArguments.Lines);
btnRun.Enabled = false;
btnRun.Text = "执行(RUN)";
btnRun.Text="执行(RUN="+Kivii.GhostScript.Tools.Run(rtbArguments.Lines)+")";
btnRun.Enabled = true;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment