Sviluppo TradingBot
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace DesktopBot.Views
|
||||
{
|
||||
public partial class LiveLogView : UserControl
|
||||
{
|
||||
public LiveLogView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user