Esempio n. 1
0
 /// <summary>
 /// Updates the TableElements list with data received from Pinmame.
 /// </summary>
 /// <param name="Data">Data received from Pinmame and handled by the PinMameInputManger</param>
 public void UpdateTableElement(TableElementData Data)
 {
     TableElements.UpdateState(Data);
 }
Esempio n. 2
0
 /// <summary>
 /// Updates the TableElements list with data received from Pinmame.
 /// </summary>
 /// <param name="Data">Data received from Pinmame and handled by the PinMameInputManger</param>
 public void UpdateTableElement(TableElementData Data)
 {
     TableElements.UpdateState(Data.TableElementType, Data.Number, Data.Value);
 }