示例#1
0
 public frmPrincipal(string subsistema)
 {
     this.IsMdiContainer = true;
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     InitializeComponent();
     _oPrincipal = new UIPrincipal(this);
 }