示例#1
0
文件: Form1.cs 项目: Gwee/csharp
 private void timer1_Tick(object sender, EventArgs e)
 {
     labelCommonResult.Text = myICommon.CommonSum().ToString();
 }