Beispiel #1
0
        static void Main(string[] args)
        {
            RdfWebDeploy deployment = new RdfWebDeploy();

            deployment.RunDeployment(args);
        }
Beispiel #2
0
 static void Main(string[] args)
 {
     RdfWebDeploy deployment = new RdfWebDeploy();
     deployment.RunDeployment(args);
 }