Exemplo n.º 1
0
        public static void Main()
        {
            EventQueryExample _sut = new EventQueryExample();

            _sut.Verbose = false;
            _sut.QueryActiveLog();
        }
Exemplo n.º 2
0
 public void SetUp()
 {
     _sut = new EventQueryExample();
 }
Exemplo n.º 3
0
 public static void Main()
 {
     EventQueryExample _sut = new EventQueryExample();
     _sut.Verbose = false;
     _sut.QueryActiveLog();
 }
Exemplo n.º 4
0
 public void SetUp()
 {
     _sut = new EventQueryExample();
 }
        static void Main(string[] args)
        {
            EventQueryExample ex = new EventQueryExample();

            ex.QueryActiveLog(args);
        }