Changed: namespace for accessible directory

This commit is contained in:
Ray 2021-10-31 22:22:11 +00:00
parent 53ee21acf4
commit 0e7d5782a9
2 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
using RandomFileRunner.IO;
using RyzStudio.IO;
using RyzStudio.Windows.Forms;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Runtime.InteropServices;
using System.Text.Json;

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace RandomFileRunner.IO
namespace RyzStudio.IO
{
public class AccessibleDirectory
{