Changing access levels

This commit is contained in:
2023-04-02 22:28:01 +02:00
parent db904a7661
commit d103245f3a

View File

@@ -1,8 +1,7 @@
using System.Text;
namespace Common;
static class PasswordGenerator
public static class PasswordGenerator
{
private static string RandomStr(int length, bool no_symbols = false)
{