public ColorSaverPresenter(IColorSaverView pView, LightState pState) { mView.ColorSaveRequested += new gigaFlash.Delegates.TypedDelegate<System.Drawing.Color>(HandleColorSaveRequest); }
public ColorSaverPresenter(IColorSaverView pView, LightState pState) { mView.ColorSaveRequested += new gigaFlash.Delegates.TypedDelegate <System.Drawing.Color>(HandleColorSaveRequest); }