コード例 #1
0
 public IphoneInterface(plugInterface plugI, videoCamera cameraI)
 {
     this.camera = cameraI;
     this.plug   = plugI;
 }
コード例 #2
0
ファイル: Samsung.cs プロジェクト: VictorACeron/Devices
 public Samsung(plugInterface plugI, videoCamera cameraI)
 {
     this.camera = cameraI;
     this.plug   = plugI;
 }