mirror of
https://github.com/2dust/v2rayN.git
synced 2026-03-27 19:00:07 +05:00
8 lines
184 B
C#
8 lines
184 B
C#
namespace ServiceLib.Base;
|
|
|
|
public class MyReactiveObject : ReactiveObject
|
|
{
|
|
protected static Config? _config;
|
|
protected Func<EViewAction, object?, Task<bool>>? _updateView;
|
|
}
|