Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / MainPage.xaml.cs
Created February 21, 2014 03:39
Shitty background worker and incompetent async practices
public class MainPage : MyAppPageBase
{
public Budget()
{
InitializeComponent();
}
public async override Task MyAppPageDoWork()
{
if (_isNewLoad)