Exemplo n.º 1
0
        public HomeController(CurrencyXplorer currencyXplorer, IApplicationEnvironment appEnv)
        {
            launchCounter++;

            _currencyXplorer        = currencyXplorer;
            _applicationEnvironment = appEnv;

            Debug.WriteLine("Entry");
        }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     CurrencyXplorer ce = new CurrencyXplorer();
 }
Exemplo n.º 3
0
 public ExportController(CurrencyXplorer currencyExplorer)
 {
     _currencyExplorer = currencyExplorer;
 }
Exemplo n.º 4
0
 public ChartController(CurrencyXplorer explorer)
 {
     _currencyXplorer = explorer;
 }
Exemplo n.º 5
0
 public SettingsController(CurrencyXplorer explorer)
 {
     _currencyXplorer = explorer;
 }