예제 #1
0
 public PeripheralController(IFPeripheral iFPeripheral)
 {
     _iFPeripheral = iFPeripheral;
 }
예제 #2
0
 public PeripheralController()
 {
     _iFPeripheral = new FPeripheral();
 }