public static void Main() { ComponentLauncher.Launch(() => new CompressorComponent()); }
private static void Main() { ComponentLauncher.Launch(() => new TemperComponent(new TemperDiscover().DiscoverTemper().GetAwaiter().GetResult())); }
private static void Main() { ComponentLauncher.Launch(() => new RecorderComponent(CameraDiscover.InitCameraDiscovery().GetAwaiter().GetResult())); }
private static void Main() { ComponentLauncher.Launch(() => new UploadComponent()); }
private static void Main() { ComponentLauncher.Launch(() => new WeatherReaderComponent()); }
public static void Main() { ComponentLauncher.Launch(() => new VisibleLightReaderComponent()); }