Files
App/OwnChar.App.Desktop/Api/Parameters/MainWindowParams.cs
2024-06-11 06:59:17 +02:00

9 lines
206 B
C#

using Pilz.Plugins.Advanced;
namespace OwnChar.App.Desktop.Api.Parameters;
public class MainWindowParams(IMainWindowApi api) : PluginFunctionParameter
{
public IMainWindowApi Api { get; } = api;
}