예제 #1
0
        public MainPage()
        {
            this.InitializeComponent();
            _capture = new DeviceCapturer();

            LightConfigText.Text    = "LightLayout.xml";
            _bridgeService          = new BridgeService();
            _lightSender            = _bridgeService;
            PreviewButton.IsEnabled = false;
            SetCaptureReader();
        }
예제 #2
0
 public BitmapTransformer(ImageMap map, ISendableColor sendable)
 {
     Map      = map;
     Sendable = sendable;
 }