Do() public method

public Do ( ) : void
return void
コード例 #1
0
ファイル: Program.cs プロジェクト: ren85/rextester_win
 static void Main(string[] args)
 {
     Elastic el = new Elastic();
     el.Do();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: viphuangwei/rextester_win
        static void Main(string[] args)
        {
            Elastic el = new Elastic();

            el.Do();
        }