Esempio n. 1
0
 static void Main(string[] args)
 {
     HelperFlow.Flow(args, () =>
     {
         return(new ConfigExternalResources().GetConfigExternarReources());
     }, new HelperSysObjects(new ConfigContext().GetConfigContext()));
 }
Esempio n. 2
0
 static void Main(string[] args)
 {
     HelperFlow.Flow(args, new HelperSysObjects(new ConfigContext().GetConfigContext()));
 }