Example #1
0
 static void Main( string[] args )
 {
     SaleaeApiExample app = new SaleaeApiExample();
     app.Run();
 }
Example #2
0
        static void Main(string[] args)
        {
            SaleaeApiExample app = new SaleaeApiExample();

            app.Run();
        }