Esempio n. 1
0
 void IService.Service(MqS ctx)
 {
     ctx.SendSTART();
       ctx.SendW(ctx.ReadW());
       ctx.SendRETURN();
 }