예제 #1
0
 private void FrmMain_Load(object sender, EventArgs e)
 {
     cxt = new Context();
 }
예제 #2
0
 public CmdDispatcher(Context cxt, String cmd)
 {
     Context = cxt;
     InputCmdString = cmd;
 }