Exemple #1
0
        private GetPlantResponse GetPlantsByType(long plantTypeId)
        {
            MainWindow wnd = Application.Current.MainWindow as MainWindow;

            return(wnd.GetPlantsByType(plantTypeId));
        }