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