Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NaBian committed Mar 27, 2022
2 parents 759abff + 67a5f75 commit 38a68d3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
Expand Down Expand Up @@ -82,7 +81,6 @@ static DateTimePicker()

public DateTimePicker()
{
Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.InvariantCulture;
InitCalendarWithClock();
CommandBindings.Add(new CommandBinding(ControlCommands.Clear, (s, e) =>
{
Expand Down

0 comments on commit 38a68d3

Please sign in to comment.