///
<summary>
/// Summary
description for Form1.
///
</summary>
[
ConfigurableProperty("Location"), //The Form will maintain
the Location
ConfigurableProperty("Size")
//and Size properties
]
public class
Form1 : System.Windows.Forms.Form
{
private
WellFormed.EasyConfig easyConfig1;
private
System.Windows.Forms.Button button1;
[
Configurable(), //The TextBox is
configurable
ConfigurableProperty("Text") //and will maintain it's
"Text" property
]
private
System.Windows.Forms.TextBox textBox1;