mirror of
https://github.com/kwsch/pkNX.git
synced 2026-04-16 22:58:33 -05:00
9 lines
153 B
C#
9 lines
153 B
C#
using System;
|
|
|
|
namespace pkNX.Containers
|
|
{
|
|
public class FileCountDeterminedEventArgs : EventArgs
|
|
{
|
|
public int Total { get; set; }
|
|
}
|
|
} |