Do() public method

public Do ( ) : void
return void
Example #1
0
 static void Main(string[] args)
 {
     Elastic el = new Elastic();
     el.Do();
 }
Example #2
0
        static void Main(string[] args)
        {
            Elastic el = new Elastic();

            el.Do();
        }