Exemplo n.º 1
0
        public FormReports()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            formReport = new FormReport();
        }
Exemplo n.º 2
0
        public FormReports()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            //
            // TODO: Add constructor code after the InitializeComponent() call.
            //
            formReport = new FormReport();
        }