예제 #1
0
 /// <summary>
 /// Used to build the Bottom Section
 /// Containts the chat window, GM controls, etc...
 /// </summary>
 private void Construct_Bottom_Section()
 {
     driver_bottomPane = new BottomSection_Driver(is_gm);
     gui.AddBottomPane(driver_bottomPane.getGUI());
     driver_bottomPane.getGUI().Show();
 }