You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
921 B
C#

using Prism.Mvvm;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Txgy.EWS.Client.Common;
using Txgy.EWS.Client.Common.Helpers;
using Txgy.EWS.Client.Entity;
using Txgy.EWS.Client.Models;
using Txgy.Microseismic.BaseLib.Models;
namespace Txgy.EWS.Client.Start.ViewModels
{
public class MainWindowViewModel: BindableBase
{
public MainWindowViewModel()
{
//WorkArea= System.Configuration.ConfigurationManager.AppSettings["WorkArea"].ToString();
//GlobalData.SearchEventResults = new ObservableCollection<RemoteRealtimeResultEntity>();
//GlobalData.DisplayEvents = new List<GridItemEventResult>();
//GlobalConfig.ReadConfig();
//CommonLogHelper.Debug("====Start=====>");
//CommonLogHelper.Error("err");
}
}
}