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