示例#1
0
 public MainWindow()
 {
     InitializeComponent();
     myPupilsorter = new CSVPupilSorter();
 }
示例#2
0
 static void Main(string[] args)
 {
     CSVPupilSorter a = new CSVPupilSorter();
 }