コード例 #1
0
ファイル: Probes.cs プロジェクト: llenroc/KinectScan
 public void RemoveProbe(Probe P)
 {
     Probes.Remove(P);
     P.Dispose();
 }