Пример #1
0
      public StartUpController(Scope _scope, ExampleService ExampleService)
      {
         fundingStartingEstimate = 0;

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

         ExampleService.DoAlert();         
      }
Пример #2
0
        public StartUpController(Scope _scope, ExampleService ExampleService)
        {
            fundingStartingEstimate = 0;

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

            ExampleService.DoAlert();
        }