LogSearcher.xaml.cs 158 B

1234567891011
  1. using System.Windows;
  2. namespace PRSServer;
  3. public partial class LogSearcher : Window
  4. {
  5. public LogSearcher()
  6. {
  7. InitializeComponent();
  8. }
  9. }