aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-03-26 04:27:10 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-03-26 04:27:10 +0200
commitd6a9f6a9ca9346bdf048c62d810667852bb80d1c (patch)
tree0cbadeca6bc2acf9e8905878bc49c8c63f302481 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI
parente005d78606ff024eb25bb34d7b7afe41203f9849 (diff)
downloadTango-d6a9f6a9ca9346bdf048c62d810667852bb80d1c.tar.gz
Tango-d6a9f6a9ca9346bdf048c62d810667852bb80d1c.zip
Removed changes to external bridge and ms culture info by vica.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs
index 28d0d84db..2e201b6af 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs
@@ -83,10 +83,6 @@ namespace Tango.MachineStudio.UI
this.Loaded += MainWindow_Loaded;
this.SizeChanged += MainWindow_SizeChanged;
ContentRendered += MainWindow_ContentRendered;
-
- CultureInfo ci = CultureInfo.CreateSpecificCulture(CultureInfo.CurrentCulture.Name);
- ci.DateTimeFormat.ShortDatePattern = "MMM dd yyyy";
- Thread.CurrentThread.CurrentCulture = ci;
}
private void MainWindow_ContentRendered(object sender, EventArgs e)