Exemple #1
0
        /// <summary>
        /// Disable the UI in Case the User is not allowed to make any changes
        /// </summary>
        private void DisableEditFunctions()
        {
            bAccept.IsEnabled = false;

            // Disable the Single Connection
            singleConnectionPage.DisableEditFunctions();

            // Disable the Multi Connection
            connectyInTheMiddlepage.DisableEditFunctions();
        }