Skip to content

Instantly share code, notes, and snippets.

View savaged's full-sized avatar
418

David Savage savaged

418
View GitHub Profile
@savaged
savaged / BusyStateManager.cs
Created August 30, 2018 10:50
Busy State Manager - WPF helper (mini framework) for managing IsBusy state
// BusyStateManager usings
using System.Collections.Generic;
using GalaSoft.MvvmLight;
using GalaSoft.MvvmLight.Messaging;
using Savaged.Info.Desktop.Messages;
// BusyMessage usings
using System;
using System.Runtime.CompilerServices;
using GalaSoft.MvvmLight.Messaging;