PsHandler.PokerMath.Table.Log C# (CSharp) Method

Log() public method

public Log ( string text ) : void
text string
return void
        public void Log(string text)
        {
        }

Usage Example

示例#1
0
 public virtual void Undo(Table table)
 {
     table.Log("[Undo] " + CommandText);
 }
All Usage Examples Of PsHandler.PokerMath.Table::Log