Example #1
0
 private void Update(EventArgs args)
 {
     _comboProvider.Update(this);
 }
Example #2
0
 private void Tick(EventArgs args)
 {
     _comboProvider.Update();
 }
Example #3
0
 private void Tick(EventArgs args)
 {
     _comboProvider.Update();
     IgniteManager.Update(_comboProvider);
 }