class VideoCaptureProperties
...
public bool SupportsDiseqCommand()
{
if (_digitalEverywhere.IsDigitalEverywhere)
return true;
if (_technoTrend.IsTechnoTrend)
return true;
//Here we need:
//if ( _twinhan.IsTwinhan)
// return tre;
return false;
}