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