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