Пример #1
0
        void Task1(object obj)
        {
            View_Model_Index temp = ((View_Model_Index)obj);

            SearchFile(temp.select_item_disc, temp.name_file, temp.str_in_file, temp.Chec_box);
            End();
        }
Пример #2
0
        private static void Sets(object obj)
        {
            View_Model_Index temp = ((View_Model_Index)obj);

            temp.list_file = temp.list_file2;
            temp.OnPropertyChanged(nameof(temp.List_file));
        }
Пример #3
0
        public void ThreadParam(object obj)
        {
            View_Model_Index temp = ((View_Model_Index)obj);


            SearchFile(temp.select_item_disc,
                       temp.name_file, temp.str_in_file, temp.Chec_box);
            temp.End();

            //   ((View_Model_Index)obj).sets(((View_Model_Index)obj).list_file2);

            temp.OnPropertyChanged(nameof(List_file));
        }