Fix namespaces
This commit is contained in:
parent
dff3d788ce
commit
ae4beaf454
@ -1,8 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using NativeFileDialogSharp.Native;
|
||||
|
||||
namespace NativeFileDialogSharp.Native;
|
||||
namespace NativeFileDialogSharp;
|
||||
|
||||
public static class Dialog
|
||||
{
|
||||
|
@ -1,5 +1,7 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
|
||||
using System;
|
||||
using NativeFileDialogSharp;
|
||||
using NativeFileDialogSharp.Native;
|
||||
|
||||
var result = Dialog.FileOpenMultiple();
|
||||
|
Loading…
Reference in New Issue
Block a user