unit-threaded ~master (2021-10-11T15:13:26Z)
Home
Dub
Repo
CalcController
unit_threaded
ut
issues
Undocumented in source.
class
CalcController {
this
(ICalcView view);
void
onClick
(int number);
}
Constructors
this
this
(ICalcView view)
Undocumented in source.
Members
Functions
onClick
void
onClick
(int number)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unit_threaded
ut
issues
classes
CalcController
interfaces
ICalcView