Add files via upload
This commit is contained in:
parent
06a855882a
commit
13c9e2f9fe
1 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,9 @@ using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
using System.Globalization;
|
||||||
|
using System.Threading;
|
||||||
|
|
||||||
namespace Privatezilla
|
namespace Privatezilla
|
||||||
{
|
{
|
||||||
public partial class MainWindow : Form
|
public partial class MainWindow : Form
|
||||||
|
@ -94,7 +97,7 @@ namespace Privatezilla
|
||||||
public MainWindow()
|
public MainWindow()
|
||||||
{
|
{
|
||||||
// Uncomment lower line and add lang code to run localization test
|
// Uncomment lower line and add lang code to run localization test
|
||||||
// Thread.CurrentThread.CurrentUICulture = new CultureInfo("es");
|
// Thread.CurrentThread.CurrentUICulture = new CultureInfo("de");
|
||||||
|
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue