change UI to UI.WinForms
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace Pilz.UI.WinForms.PaintingControl.EventArgs;
|
||||
|
||||
public class PaintingObjectEventArgs(PaintingObject[] paintingObjects) : EventArgs
|
||||
{
|
||||
public PaintingObject[] PaintingObjects { get; private set; } = paintingObjects;
|
||||
}
|
||||
Reference in New Issue
Block a user