Esempio n. 1
0
 public MainWindow()
 {
     InitializeComponent();
     myPupilsorter = new CSVPupilSorter();
 }
Esempio n. 2
0
 static void Main(string[] args)
 {
     CSVPupilSorter a = new CSVPupilSorter();
 }