Generate() public static method

public static Generate ( ) : void
return void
Beispiel #1
0
        public void GeneratePaths()
        {
            AppDomain.CurrentDomain.ReflectionOnlyAssemblyResolve += ResolveAssembly;

            PathsGenerator.Generate();
        }