SshHandlerSettings.xaml.cs 153 B

123456789
  1. using System.Windows;
  2. public partial class SshHandlerSettings : Window
  3. {
  4. public SshHandlerSettings()
  5. {
  6. InitializeComponent();
  7. }
  8. }