Naanou.Common
Interface IWindowDocker

Window docking object

Method Summary
void AddWindow(System.Windows.Forms.Form form, int iconIndex)
         Add a new window to main UI and specify a icon
void AddWindow(System.Windows.Forms.Form form)
         Add a new window to the main UI


Method Detail

AddWindow

public void AddWindow(System.Windows.Forms.Form form,
                      int iconIndex)

Add a new window to main UI and specify a icon

Parameters:
form - Form
iconIndex - Icon index to use

AddWindow

public void AddWindow(System.Windows.Forms.Form form)

Add a new window to the main UI

Parameters:
form - Form to add