public StartUpController(Scope _scope, ExampleService ExampleService)
      {
         fundingStartingEstimate = 0;

         Watch<double>( ()=>{ return fundingStartingEstimate; }, compneeded);

         ExampleService.DoAlert();         
      }
Exemple #2
0
        public StartUpController(Scope _scope, ExampleService ExampleService)
        {
            fundingStartingEstimate = 0;

            Watch <double>(() => { return(fundingStartingEstimate); }, compneeded);

            ExampleService.DoAlert();
        }