KoogleApp/KoogleApp/Model/ThrowEventArgs.cs

9 lines
164 B
C#

namespace KoogleApp.Model
{
public class ThrowEventArgs
{
public bool LeftSink { get; set; }
public bool RightSink { get; set; }
}
}