Skip to content

Instantly share code, notes, and snippets.

View mlehmk's full-sized avatar

Marc Lehmkühler mlehmk

View GitHub Profile
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Threading;
public abstract class ModelBase : IDisposable, INotifyPropertyChanged
{