示例#1
0
 public void InvokeLater(Updateable update)
 {
     _queue.Add(update);
 }