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