using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; 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