Run() public method

public Run ( ) : void
return void
Ejemplo n.º 1
0
 static void Main( string[] args )
 {
     SaleaeApiExample app = new SaleaeApiExample();
     app.Run();
 }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            SaleaeApiExample app = new SaleaeApiExample();

            app.Run();
        }