Пример #1
0
 protected void InvokeWriteLog(string message)
 {
     showLog.Invoke(new InvokeAddLogs(WriteLog), new object[] { message });
 }