Exemple #1
0
        private List <PlantTypeDTO> GetPlantTypes()
        {
            MainWindow wnd = Application.Current.MainWindow as MainWindow;

            return(wnd.GetPlantTypes());
        }