We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23ae6e commit 850c6abCopy full SHA for 850c6ab
OneMore/Commands/File/ImportCommand.cs
@@ -11,7 +11,8 @@ namespace River.OneMoreAddIn.Commands
11
using System;
12
using System.Drawing;
13
using System.IO;
14
- using System.Threading;
+ using System.Text.RegularExpressions;
15
+ using System.Threading;
16
using System.Threading.Tasks;
17
using System.Windows.Forms;
18
using System.Xml.Linq;
0 commit comments