Ejemplo n.º 1
0
 public void Start(GraphViewModel graphvm)
 {
     this.uwpUsbCon = new UwpUsbConnection(this);
     StaticValues.graphViewModel = graphvm;
 }
Ejemplo n.º 2
0
 public void Start()
 {
     this.uwpUsbCon = new UwpUsbConnection(this);
 }