Esempio n. 1
0
 public static Func <InitOptions, int> RunInit()
 {
     return((InitOptions opts) => InitOptions.Run(opts));
 }