Exemplo n.º 1
0
 public void GetPane(ref Guid guid, out IVsOutputWindowPane pane)
 {
     pane = Pane;
 }
Exemplo n.º 2
0
 public void CreatePane(ref Guid guid, string title, int visible, int clearWithSolution)
 {
     Pane = new IVsOutputWindowPane();
 }