5 lines
116 B
C#
5 lines
116 B
C#
namespace SplineMesh
|
|
{
|
|
public delegate void ListChangeHandler<T2>(object sender, ListChangedEventArgs<T2> args);
|
|
}
|