equal
deleted
inserted
replaced
374 { |
374 { |
375 static ProductionTimeLine() |
375 static ProductionTimeLine() |
376 { |
376 { |
377 EditorPartSelected = new Command("EditorPartSelected"); |
377 EditorPartSelected = new Command("EditorPartSelected"); |
378 EditorPartFinished = new Command("EditorPartFinished"); |
378 EditorPartFinished = new Command("EditorPartFinished"); |
|
379 IndexSelected = new Command("IndexSelected"); |
|
380 } |
|
381 public static Command IndexSelected |
|
382 { |
|
383 get; |
|
384 private set; |
379 } |
385 } |
380 public static Command EditorPartSelected |
386 public static Command EditorPartSelected |
381 { |
387 { |
382 get; |
388 get; |
383 private set; |
389 private set; |