v2rayN/v2rayN/ServiceLib/Base/MyReactiveObject.cs
2025-10-19 11:42:32 +08:00

7 lines
184 B
C#

namespace ServiceLib.Base;
public class MyReactiveObject : ReactiveObject
{
protected static Config? _config;
protected Func<EViewAction, object?, Task<bool>>? _updateView;
}