public StartUpController(Scope _scope, ExampleService ExampleService) { fundingStartingEstimate = 0; Watch<double>( ()=>{ return fundingStartingEstimate; }, compneeded); ExampleService.DoAlert(); }
public StartUpController(Scope _scope, ExampleService ExampleService) { fundingStartingEstimate = 0; Watch <double>(() => { return(fundingStartingEstimate); }, compneeded); ExampleService.DoAlert(); }