Skip to content

Commit 0944b7a

Browse files
committed
Samples small fixes.
1 parent ad99fa9 commit 0944b7a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Samples/Chart/SampleChart/App.xaml.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Removal of this comment is a violation of the license agreement.
1313
Copyright 2010 by StockSharp, LLC
1414
*******************************************************************************************/
1515
#endregion S# License
16-
using System.Windows;
17-
using System.Windows.Threading;
18-
1916
namespace SampleChart
2017
{
18+
using System.Windows;
19+
using System.Windows.Threading;
20+
2121
public partial class App
2222
{
2323
private void ApplicationDispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
@@ -28,7 +28,7 @@ private void ApplicationDispatcherUnhandledException(object sender, DispatcherUn
2828

2929
private void App_OnStartup(object sender, StartupEventArgs e)
3030
{
31-
DevExpress.Xpf.Core.ThemeManager.ApplicationThemeName = DevExpress.Xpf.Core.Theme.Office2016BlackName;
31+
//DevExpress.Xpf.Core.ThemeManager.ApplicationThemeName = DevExpress.Xpf.Core.Theme.Office2016BlackName;
3232
//DevExpress.Xpf.Core.ThemeManager.ApplicationThemeName = DevExpress.Xpf.Core.Theme.Office2010BlackName;
3333
//DevExpress.Xpf.Core.ThemeManager.ApplicationThemeName = DevExpress.Xpf.Core.Theme.MetropolisDarkName;
3434
}

Samples/Chart/SamplePerformance/App.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Removal of this comment is a violation of the license agreement.
1313
Copyright 2010 by StockSharp, LLC
1414
*******************************************************************************************/
1515
#endregion S# License
16-
using System.Windows;
17-
using System.Windows.Threading;
18-
1916
namespace SamplePerformance
2017
{
18+
using System.Windows;
19+
using System.Windows.Threading;
20+
2121
public partial class App
2222
{
2323
private void ApplicationDispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)

0 commit comments

Comments
 (0)