mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Processor: split classes into separate files.
This commit is contained in:
10
CUETools.Processor/CUEToolsSelectionEventArgs.cs
Normal file
10
CUETools.Processor/CUEToolsSelectionEventArgs.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace CUETools.Processor
|
||||
{
|
||||
public class CUEToolsSelectionEventArgs : EventArgs
|
||||
{
|
||||
public object[] choices;
|
||||
public int selection = -1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user