I just did a little experiment:
public abstract class MyClass { private static int myInt = 0; public static int Foo() { return myInt; } publi
Your changes in static scope will live as long as your app