14 lines
253 B
C#
14 lines
253 B
C#
using OemanTrader.WPF.Models;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace OemanTrader.WPF.ViewModels
|
|
{
|
|
public class ViewModelBase : ObservableObject
|
|
{
|
|
}
|
|
}
|