public MainWindow() { InitializeComponent(); MaxHeight = 500; MinHeight = 500; MaxWidth = 800; MinWidth = 800; Webcam = new DriverClass(DriverClass.Type.Image); Microphone = new DriverClass(DriverClass.Type.Audio); getWebcamStatus(); getMicrophoneStatus(); }
public void setType(DriverClass.Type driverType) { type = driverType; }