misu – Diff between revs 1 and 2
?pathlinks?
Rev 1 | Rev 2 | |||
---|---|---|---|---|
Line 1... | Line 1... | |||
1 | using System.Collections.Generic; |
1 | using System.Collections.Generic; |
|
2 | using System.ComponentModel; |
2 | using System.ComponentModel; |
|
3 | using System.Runtime.CompilerServices; |
3 | using System.Runtime.CompilerServices; |
|
4 | using System.Windows.Forms; |
4 | using System.Windows.Forms; |
|
5 | using System.Xml.Serialization; |
5 | using System.Xml.Serialization; |
|
6 | using Configuration.Annotations; |
6 | using Configuration.Properties; |
|
Line 7... | Line 7... | |||
7 | |
7 | |
|
8 | namespace Configuration |
8 | namespace Configuration |
|
9 | { |
9 | { |
|
10 | [XmlRoot(ElementName = "Binding")] |
10 | [XmlRoot(ElementName = "Binding")] |