Beispiel #1
0
        private void GradeBtn_Click(object sender, EventArgs e)
        {
            ClassSelectionDialog classSelectionDialog = new ClassSelectionDialog();

            classSelectionDialog.Show(SupportFragmentManager, "Class selection fragment");
        }
            private void GradeButton_Click(object sender, System.EventArgs e)
            {
                ClassSelectionDialog classSelectionDialog = new ClassSelectionDialog();

                classSelectionDialog.Show(mFragmentManager, "Class selection fragment");
            }