示例#1
0
 void timer1_Tick(object sender, EventArgs e)
 {
     if (Visible)
     {
         _model.CheckIfWeNeedToReload();
     }
 }