IDockPanel.cs 92 B

1234567
  1. namespace PRSDesktop;
  2. public interface IDockPanel
  3. {
  4. void Setup();
  5. void Refresh();
  6. }