Hello,
This kind of code in the constructor of MainControl seems to work right after InitializeComponent:
var trail = ConvertItemHelper.GetTrail(myComputer, @"C:\Windows");
if (trail != null)
...
↧