Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created July 26, 2016 05:29
public class AddinBootstrapper
{
public void Run()
{
AppDomain.CurrentDomain.Load("Caliburn.Micro");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment