Run() public method

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

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

            cmd.Run();
        }