예제 #1
0
 void AddDebugVariablesListWindow()
 {
     if (DebugVariablesListWindow == null)
     {
         DebugVariablesListWindow = new DebugVariablesListWindowForm(this);
         Form1StringResources.SetTextForAllControls(DebugVariablesListWindow);
     }
     AddWindowToDockPanel(DebugVariablesListWindow, MainDockPanel, OutputWindow.Dock, DockState.DockBottom, OutputWindow.IsFloat, BottomPane, int.MaxValue);
 }
예제 #2
0
 void AddDebugVariablesListWindow()
 {
     if (DebugVariablesListWindow == null)
     {
         DebugVariablesListWindow = new DebugVariablesListWindowForm(this);
         Form1StringResources.SetTextForAllControls(DebugVariablesListWindow);
     }
     AddWindowToDockPanel(DebugVariablesListWindow, MainDockPanel, OutputWindow.Dock, DockState.DockBottom, OutputWindow.IsFloat, BottomPane, int.MaxValue);
 }