コード例 #1
0
 //we can be only be created by factory methods, not directly
 internal EditorForm(EditorControl editorControl)
 {
     this.editorControl = editorControl;
     InitializeComponent();
     this.Text = editorControl.Title;
 }
コード例 #2
0
        private void resetButton_Click(object sender, EventArgs e)
        {
            EditorControl.ResetValues();
//      MessageBox.Show("Help not implemented", "Help not implemented", MessageBoxButtons.OK,
//                      MessageBoxIcon.Exclamation);
        }