Bring translations to ASF-GUI

This commit is contained in:
JustArchi
2017-01-13 23:47:12 +01:00
parent 6196afb856
commit d0307c6161
10 changed files with 129 additions and 32 deletions

View File

@@ -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>();