INormalLiquid.cs 190 B

1234567
  1. namespace SHJX.Service.Control.LiquidOperate.Interface
  2. {
  3. public interface INormalLiquid
  4. {
  5. public bool Execute(Action<object> action = null, params object[] args);
  6. }
  7. }