示例#1
0
 public void Close()
 {
     TimeEngine.UnRegister(_context);
 }
示例#2
0
 public Timer()
 {
     _context = new Context();
     TimeEngine.Register(_context);
 }