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