revert to VB and update to new project file format
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace Pilz.UI
|
||||
{
|
||||
public class PaintingObjectEventArgs : EventArgs
|
||||
{
|
||||
public PaintingObject[] PaintingObjects { get; private set; } = null;
|
||||
|
||||
internal PaintingObjectEventArgs(PaintingObject[] paintingObjects)
|
||||
{
|
||||
PaintingObjects = paintingObjects;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user