Add project files.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System.Linq;
|
||||
|
||||
namespace WeddingBooth.Views;
|
||||
|
||||
public partial class MainWindow
|
||||
{
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
//var DeviceManager = new CameraDeviceManager();
|
||||
//DeviceManager.ConnectToCamera();
|
||||
|
||||
//DeviceManager.AddDevice(d[3].Connect("192.168.1.1"));
|
||||
|
||||
//DeviceManager.CameraConnected += DeviceManager_CameraConnected;
|
||||
|
||||
//DeviceManager.SelectedCameraDevice.PhotoCaptured += SelectedCameraDevice_PhotoCaptured;
|
||||
|
||||
//DeviceManager.SelectedCameraDevice.CapturePhoto();
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user