/// <summary> /// Handles the Click event of the btnClear control. /// </summary> /// <param name="sender">The source of the event.</param> /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param> private void btnClear_Click(object sender, EventArgs e) { UseCaseView.ClearConsole(); }
/// <summary> /// Handles the Click event of the rbtnConsoleRefresh control. /// </summary> /// <param name="sender">The source of the event.</param> /// <param name="e">The <see cref="System.EventArgs"/> instance containing the event data.</param> private void rbtnConsoleRefresh_Click(object sender, EventArgs e) { UseCaseView.ClearConsole(); }