Skip to content

Instantly share code, notes, and snippets.

View NickeManarin's full-sized avatar
🤗
Let's code!

Nicke Manarin NickeManarin

🤗
Let's code!
View GitHub Profile
@qwertie
qwertie / ValueConverters.cs
Created January 20, 2012 18:21
ValueConverter + MarkupExtension in one
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Markup;
using System.Globalization;
using System.Windows.Data;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;