public UIMiscContext(FGLApplicationPanel f, FRONTCALL p) { frontCall = p; appPanel = f; contextType = MiscContextType.MiscContextFrontCall; }
public UIMiscContext(FGLApplicationPanel f, WINQUESTION p) { wq = p; appPanel = f; contextType = MiscContextType.MiscContextWinquestion; }
public UIMiscContext(FGLApplicationPanel f, GETKEY p) { gk = p; appPanel = f; contextType = MiscContextType.MiscContextGetKey; }