equal
deleted
inserted
replaced
492 |
492 |
493 static ProductionView() |
493 static ProductionView() |
494 { |
494 { |
495 ClickAddSelectedRecord = new Command("ClickAddSelectedRecord"); |
495 ClickAddSelectedRecord = new Command("ClickAddSelectedRecord"); |
496 VideoRecordUpdated = new Command("VideoRecordUpdated"); |
496 VideoRecordUpdated = new Command("VideoRecordUpdated"); |
|
497 DelVideoSequence = new Command("DelVideoSequence"); |
|
498 ClickAddIndex = new Command("ClickAddIndex"); |
|
499 |
|
500 } |
|
501 public static Command ClickAddIndex |
|
502 { |
|
503 get; |
|
504 private set; |
|
505 } |
|
506 public static Command DelVideoSequence |
|
507 { |
|
508 get; |
|
509 private set; |
497 } |
510 } |
498 public static Command ClickAddSelectedRecord |
511 public static Command ClickAddSelectedRecord |
499 { |
512 { |
500 get; |
513 get; |
501 private set; |
514 private set; |