Esempio n. 1
0
 public void StartMedian()
 {
     MyMedian = new Median(this);
     MyMedian.Start();
 }