Ejemplo n.º 1
0
 public void UpdateLog(string logStr)
 {
     Logs?.AppendLine(logStr);
     ChangeLog?.Invoke(Logs.ToString());
 }