コード例 #1
0
        private void ChamaFornecedores()
        {
            fFornecedores fd = new fFornecedores();

            fd.MdiParent     = this;
            fd.StartPosition = FormStartPosition.CenterScreen;
            fd.Show();
        }