Whenever I call RunOperation from the POS to log off the user controls don't get reloaded properly because only the main form calls LoadDesign from the button grid event handler. I can get the POS to log off properly by using a workaround like so:
Is there a better way to do this? The default BlankOperation sample has some commented code calling PosisOperations.LogOff so I'm assuming there should be a way to do this without ninja invoking via reflection.