PsHandler.PokerMath.Table.Log C# (CSharp) 메소드

Log() 공개 메소드

public Log ( string text ) : void
text string
리턴 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