How do we run DocumentExplorer?

I downloaded the latest Aspose.Words for .NET but can’t find a way to run the DocumentExplorer from either CSharp or VisualBasic projects. RunExamples.cs is the default for Aspose.Words.Examples.CSharp.sln so it opens in a console window. How can we run the DocumentExplorer sample?
Project/code I am trying to run:
https://github.com/aspose-words/Aspose.Words-for-.NET
Thanks

Hi Warren,

Thanks for your inquiry. Open Aspose.Words.Examples.CSharp.sln and in RunExamples.cs, please use following line of code to run Document-Explorer.

DocumentExplorerExample.MainForm.Run();

Perfect, that worked! Thank You

Hi Warren,

Thanks for your feedback. Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.