C# Class Schumix.Config.MainClass

ファイルを表示 Open project: Schumix/Schumix2

Public Methods

Method Description
Main ( string args ) : void

A Main függvény. Itt indul el a program.

Shutdown ( ) : void

Private Methods

Method Description
ShowHelp ( OptionSet os ) : void

Segítséget nyújt a kapcsolokhoz.

Method Details

Main() public static method

A Main függvény. Itt indul el a program.
public static Main ( string args ) : void
args string
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void