Run() public method

public Run ( ) : void
return void
Beispiel #1
0
        public void RunDocs()
        {
            DocsCommand cmd = new DocsCommand (Environment);

            cmd.Run ();
        }
Beispiel #2
0
        public void RunDocs()
        {
            DocsCommand cmd = new DocsCommand(Environment);

            cmd.Run();
        }