Field never assigned and will always have null value

MiPakTeh 1,476 Reputation points
2023-01-21T13:25:43.35+00:00

Delete all file from filesystemwatcher
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,194 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MiPakTeh 1,476 Reputation points
    2023-01-31T08:55:05.4666667+00:00

    Sorry for this my question Jack J Jun. It solve by put the code

    listView1.Invoke(new Action(() => { listView1.Items.Add(e.FullPath); }));
    
    
    0 comments No comments