public Context() { Locks = new LockCollection(); Triggers = new TriggerCollection(); Subprograms = new SubprogramCollection(); LabelIndex = 0; LastSourceName = ""; }
public Context() { Locks = new LockCollection(); Triggers = new TriggerCollection(); Subprograms = new SubprogramCollection(); LabelIndex = 0; InstructionId = 0; }