IResposeWPF.cs 114 B

12345678
  1. namespace WWPipeLine.WPF
  2. {
  3. public interface IResposeWPF
  4. {
  5. void ResposeWPF(string tag);
  6. }
  7. }