/* Copyright (c) 2019-present Evereal. All rights reserved. */ namespace Evereal.VideoCapture { /// /// Free trial version. /// public class FreeTrial { // Check free trial version public static bool Check() { return true; } } }