Changed: namespace for accessible directory
This commit is contained in:
parent
53ee21acf4
commit
0e7d5782a9
@ -1,10 +1,9 @@
|
|||||||
using RandomFileRunner.IO;
|
using RyzStudio.IO;
|
||||||
using RyzStudio.Windows.Forms;
|
using RyzStudio.Windows.Forms;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Drawing;
|
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Text.Json;
|
using System.Text.Json;
|
||||||
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace RandomFileRunner.IO
|
namespace RyzStudio.IO
|
||||||
{
|
{
|
||||||
public class AccessibleDirectory
|
public class AccessibleDirectory
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user