Skip to content

Commit

Permalink
Implementing Logging and SettingsManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rapp committed Nov 14, 2016
1 parent 331bd02 commit 519ba2a
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 127 deletions.
1 change: 1 addition & 0 deletions Cinteros.XTB.PluginTraceViewer/PTVFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace Cinteros.XTB.PluginTraceViewer
{
public class PTVFilter
{
public bool FilterHidden { get; set; }
public DateTime DateFrom { get; set; }
public DateTime DateTo { get; set; }
public string Plugin { get; set; }
Expand Down
Loading

0 comments on commit 519ba2a

Please sign in to comment.