equal
deleted
inserted
replaced
10 using System.Windows.Shapes; |
10 using System.Windows.Shapes; |
11 using System.Collections.Generic; |
11 using System.Collections.Generic; |
12 |
12 |
13 namespace Iri.Modernisation.Data.Models |
13 namespace Iri.Modernisation.Data.Models |
14 { |
14 { |
15 /// <summary> |
15 |
16 /// Types Polémique |
|
17 /// </summary> |
|
18 public enum PolemicElementType |
|
19 { |
|
20 Basic=0, |
|
21 Polemic=1, |
|
22 Adhesion, |
|
23 Reference, |
|
24 Question |
|
25 |
|
26 }; |
|
27 |
16 |
28 /// <summary> |
17 /// <summary> |
29 /// Classe PolemicElement |
18 /// Classe PolemicElement |
30 /// </summary> |
19 /// </summary> |
31 public abstract class PolemicElement : SegmentElement |
20 public abstract class PolemicElement : SegmentElement |