Sviluppo TradingBot

This commit is contained in:
2026-06-09 18:29:41 +02:00
parent 61f1e59964
commit e3c0bd51b2
133 changed files with 24903 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
using System.Windows.Controls;
namespace DesktopBot.Views
{
/// <summary>
/// Interaction logic for PriceChartView.xaml
/// </summary>
public partial class PriceChartView : UserControl
{
public PriceChartView()
{
InitializeComponent();
}
}
}