equal
deleted
inserted
replaced
373 public static class ProductionTimeLine |
373 public static class ProductionTimeLine |
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 } |
379 } |
379 public static Command EditorPartSelected |
380 public static Command EditorPartSelected |
|
381 { |
|
382 get; |
|
383 private set; |
|
384 } |
|
385 public static Command EditorPartFinished |
380 { |
386 { |
381 get; |
387 get; |
382 private set; |
388 private set; |
383 } |
389 } |
384 static public void Initialize() |
390 static public void Initialize() |