using System; using Wayne.Lib; namespace Wayne.ForecourtControl { public interface IFuellingEx: IFuelling { void SetAsPaidAsync(string note, EventHandler<AsyncCompletedEventArgs> requestCompleted, object userToken); } }