16 lines
303 B
C#
16 lines
303 B
C#
using System.Windows.Controls;
|
|
|
|
namespace DesktopBot.Views
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for PriceChartView.xaml
|
|
/// </summary>
|
|
public partial class PriceChartView : UserControl
|
|
{
|
|
public PriceChartView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|