11 lines
185 B
C#
11 lines
185 B
C#
using System.ComponentModel.Design;
|
|
|
|
namespace BatchOszExtractor.Core;
|
|
|
|
public class Extract
|
|
{
|
|
private void SelectMaps(SelectionType type, string MapRange)
|
|
{
|
|
|
|
}
|
|
} |