Ejemplo n.º 1
0
        /// <summary>
        /// Open the AddDozentView window
        /// </summary>
        private void ShowAddDozentViewExecute()
        {
            //Registers for incoming Dozent object messages
            Messenger.Default.Register <Dozent>(this, CheckDozentExists);

            //Opens the Add Dozent View
            _dialogservice.AddDozentView();
        }