DXVcs2Git.UI.ViewModels.EditConfigViewModel.UpdateDiagramXamlProperty C# (CSharp) Method

UpdateDiagramXamlProperty() private method

private UpdateDiagramXamlProperty ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
        async System.Threading.Tasks.Task UpdateDiagramXamlProperty() {
            if (DiagramXaml)
                await NativeMethods.AdministratorMethods.SetWpf2SlKeyAsync("Diagram");
            else
                await NativeMethods.AdministratorMethods.ResetWpf2SlKeyAsync("Diagram");
        }
        async System.Threading.Tasks.Task UpdateXPFGITXamlProperty() {