mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 21:38:45 +00:00
Added missing event-args
This commit is contained in:
parent
6d6bfe3fc6
commit
e767ec67c8
@ -0,0 +1,8 @@
|
|||||||
|
using System;
|
||||||
|
|
||||||
|
namespace StableDiffusion.NET;
|
||||||
|
|
||||||
|
public class LibraryPathCreatingEventArgs(string path) : EventArgs
|
||||||
|
{
|
||||||
|
public string Path { get; set; } = path;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user