コード例 #1
0
        // 5. Create new Meeting centre

        private void newMeetingButton_Click(object sender, RoutedEventArgs e)
        {
            ECBCentreForm centreForm = new ECBCentreForm();

            centreForm.Show();
            centreForm.refreshListCentres(RefreshCentres);
        }