public void Setup()
 {
     mr = new MockRepository();
     form = new Form();
     form.IsMdiContainer = true;
     sc = new ServiceContainer();
     mainForm = new MainForm();
     svc = new DecompilerShellUiService(mainForm, null, null, null, sc);
 }
 public WindowFrame(DecompilerShellUiService svc, string key, TabPage tabPage, IWindowPane pane)
 {
     this.svc = svc;
     this.key = key;
     this.tabPage = tabPage;
     this.pane = pane;
 }