using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Controls; using System.Windows.Media; using System.Windows.Shapes; namespace KinectConnection { public class BodyImageStream : KinectStream { public override void Start() { throw new NotImplementedException(); } public override void Stop() { throw new NotImplementedException(); } } }