Example #1
0
File: Form1.cs Project: Gwee/csharp
 private void timer1_Tick(object sender, EventArgs e)
 {
     labelCommonResult.Text = myICommon.CommonSum().ToString();
 }