- namespace SHJX.Service.Control.LiquidHandler.Content
- {
- public class Sodium2HydroxideContent : ILiquidContent
- {
- public INormalLiquid NormalFactory()
- {
- return new Sodium2HydroxideNormalLiquidHandler();
- }
- public IWashLiquid WashFactory()
- {
- return new Sodium2HydroxideWashLiquidHandler();
- }
- }
- }
|