public UIMiscContext(FGLApplicationPanel f, GETKEY p) { gk = p; appPanel = f; contextType = MiscContextType.MiscContextGetKey; }
public GETKEYHandler(ISession session, ChatCommandBase cmd) : base(session, cmd) { _cmd = (GETKEY)cmd; }