Пример #1
0
        public FormReports()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            formReport = new FormReport();
        }
Пример #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();
        }