public static TalkBackAppContext Get() { if (self == null) { self = new TalkBackAppContext(); } return(self); }
public MessageDispatcher(TalkBackAppContext context) { this.context = context; this.context.Dispatcher = this; }