Exemplo n.º 1
0
 public void Dispose()
 {
     if (_Id != 0)
     {
         Owner.RestartTimer(_Id);
         _Id = 0;
     }
 }