StarryEyes.Views.Dialogs.WorkingWindow.UpdateLabel C# (CSharp) 메소드

UpdateLabel() 개인적인 메소드

private UpdateLabel ( string label ) : void
label string
리턴 void
        private void UpdateLabel(string label)
        {
            Dispatcher.InvokeAsync(() => DetailText.Text = label);
        }
    }