Exemplo n.º 1
0
 private void ShowMessageOnUi(object sender, UiLogEventArgs e)
 {
     if (!stopPrintLog)
     {
         SetText(e.Message);
     }
 }
Exemplo n.º 2
0
 protected virtual void OnUiLogReceived(UiLogEventArgs e)
 {
     UiLogReceived?.Invoke(this, e);
 }