Пример #1
0
        //
        //
        // CARLO - START
        //
        //

        public MainWindow()
        {
            InitializeComponent();

            contentPanelSummary      = new ContentSummary();
            cTables                  = new Content_Tables();
            contentPanelReservations = new ContentReservations();
            contentPanelReports      = new ContentReports();

            titleBar.tabSelected += InflateContentPanel;
        }
Пример #2
0
        //
        //
        // CARLO - START
        //
        //

        public MainWindow()
        {
            InitializeComponent();

            contentPanelSummary = new ContentSummary();
            cTables = new Content_Tables();
            contentPanelReservations = new ContentReservations();
            contentPanelReports = new ContentReports();

            titleBar.tabSelected += InflateContentPanel;
        }