|
|
@@ -19,7 +19,6 @@ using System.Linq;
|
|
|
using System.Reflection.Metadata;
|
|
|
using System.Text;
|
|
|
using System.Windows;
|
|
|
-using System.Windows.Forms;
|
|
|
using Team.FFFeederService.Interfaces;
|
|
|
using TeamAAS_VP.Controls;
|
|
|
using TeamAAS_VP.Core;
|
|
|
@@ -1850,7 +1849,7 @@ namespace TeamAAS_VP.ViewModels
|
|
|
{
|
|
|
return;
|
|
|
}
|
|
|
- using (FolderBrowserDialog dialog = new FolderBrowserDialog())
|
|
|
+ using (System.Windows.Forms.FolderBrowserDialog dialog = new System.Windows.Forms.FolderBrowserDialog())
|
|
|
{
|
|
|
// Optional: set the initial directory
|
|
|
//dialog.SelectedPath = @"C:\";
|