Pertanyaan tentang topik tersebut 'worker-thread'

Tidak dapat menulis ke file XML menggunakan utas dan XDocument
string filepath = Environment.CurrentDirectory + @"Expense.xml"; public void WriteToXML(object param) { Expense exp = (Expense)param; if (File.Exists(filepath)) { XDocument xDocument = XDocument.Load(filepath); XElement root =...
161 dilihat
schedule 11.01.2024