Пример #1
0
 private void ClearButton_Click(object sender, RoutedEventArgs e)
 {
     if (!(terminal is null))
     {
         terminal.ClearTerminalText();
     }
 }