AppVeyor.UI.Services.EventManagerService.ContextChanged C# (CSharp) Method

ContextChanged() public method

public ContextChanged ( string newContext ) : void
newContext string
return void
        public void ContextChanged(string newContext)
        {
            AppVeyorWindowViewModel.Instance.ContextChanged(newContext);
        }