/// <summary> /// Constructor</summary> public EventSequenceContext() { m_view = new EventSequenceView(); if (Reloaded == null) { return; // suppress compiler warning } }
/// <summary> /// Constructor</summary> public EventSequenceContext() { m_view = new EventSequenceView(); if (Reloaded == null) return; // suppress compiler warning }