Is there any simply way to call my existing void method asynchronously, so that my form show up instantly without waiting for that method to end?
That method reads directory that contains almost 20000 files to array, and populates it to ListView. It takes almost ten seconds when running first time and Windows have not cached it yet.