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();
        }
 /// <summary>
 /// Disable the User Input
 /// </summary>
 public void DisableEditFunctions()
 {
     connection_1.DisableEditFunctions();
     connection_2.DisableEditFunctions();
 }