Choreoh.MainWindow.ReportStatus C# (CSharp) 메소드

ReportStatus() 개인적인 메소드

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