mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-02-06 04:53:39 +00:00
Bring translations to ASF-GUI
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
using System.Collections.Concurrent;
|
||||
using System.ComponentModel;
|
||||
using System.Windows.Forms;
|
||||
using ArchiSteamFarm;
|
||||
using SteamKit2;
|
||||
|
||||
namespace GUI {
|
||||
namespace ArchiSteamFarm {
|
||||
internal sealed partial class BotStatusForm : Form {
|
||||
internal static readonly ConcurrentDictionary<string, BotStatusForm> BotForms = new ConcurrentDictionary<string, BotStatusForm>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user