using System; namespace Wayne.ForecourtControl { public interface IPumpEx: IPump { event EventHandler<FuelModeChangeEventArgs> OnFuelModeChange; } }