public AppTrace() { Debug.Assert(Instance == null); Instance = this; }
public AppTrace() { Debug.Assert(s_instance == null); s_instance = this; }