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