using System; using System.Collections.Generic; using System.Windows.Forms; using ServerExplorer.Code; using ServerExplorer.Controls; namespace ServerExplorer.UI { public partial class FrmPrincipal : Form { #region Declarations private static FrmPrincipal _currentInstance; #endregion #region Creator public FrmPrincipal() { _currentInstance = this; InitializeComponent(); } #endregion #region WindowList private List