示例#1
0
文件: Context.cs 项目: victorb/KOS
 public Context()
 {
     Locks          = new LockCollection();
     Triggers       = new TriggerCollection();
     Subprograms    = new SubprogramCollection();
     LabelIndex     = 0;
     LastSourceName = "";
 }
示例#2
0
文件: Context.cs 项目: kevin-ye/KOS
 public Context()
 {
     Locks = new LockCollection();
     Triggers = new TriggerCollection();
     Subprograms = new SubprogramCollection();
     LabelIndex = 0;
     InstructionId = 0;
 }
示例#3
0
文件: Context.cs 项目: kevin-ye/KOS
 public Context()
 {
     Locks         = new LockCollection();
     Triggers      = new TriggerCollection();
     Subprograms   = new SubprogramCollection();
     LabelIndex    = 0;
     InstructionId = 0;
 }