Exemple #1
0
 public static void add(string s)
 {
     Event_Print?.Invoke(s, System.Windows.Media.Brushes.Green);
 }
Exemple #2
0
 public static void errLOG(string s)
 {
     Event_Print?.Invoke(s, System.Windows.Media.Brushes.Red);
     Log.Debug(s);
 }