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