Choreoh.MainWindow.ReportStatus C# (CSharp) Méthode

ReportStatus() private méthode

private ReportStatus ( string status ) : void
status string
Résultat void
        private void ReportStatus(string status)
        {
            //Dispatcher.BeginInvoke(new Action(() => { statusLabel.Content = status; }), DispatcherPriority.Normal);
        }