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(); }
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)); }
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)); }