private void setup()
 {
     WcfHost = O2WcfUtils.createWcfHostAndStartIt(WcfHostName);
 }
Example #2
0
 private void setup()
 {
     ClientProxy = O2WcfUtils.createClientProxy(WcfHostName);
     o2GuiAscx   = new O2GuiAscxWrapper(this);
 }