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