예제 #1
0
 public static void Main()
 {
     ComponentLauncher.Launch(() => new CompressorComponent());
 }
예제 #2
0
 private static void Main()
 {
     ComponentLauncher.Launch(() =>
                              new TemperComponent(new TemperDiscover().DiscoverTemper().GetAwaiter().GetResult()));
 }
예제 #3
0
 private static void Main()
 {
     ComponentLauncher.Launch(() =>
                              new RecorderComponent(CameraDiscover.InitCameraDiscovery().GetAwaiter().GetResult()));
 }
예제 #4
0
 private static void Main()
 {
     ComponentLauncher.Launch(() => new UploadComponent());
 }
예제 #5
0
 private static void Main()
 {
     ComponentLauncher.Launch(() => new WeatherReaderComponent());
 }
예제 #6
0
 public static void Main()
 {
     ComponentLauncher.Launch(() => new VisibleLightReaderComponent());
 }