Alsing.Windows.Forms.SyntaxBox.GotoLineForm.GotoLineForm C# (CSharp) Method

GotoLineForm() public method

Default constructor for the GotoLineForm.
public GotoLineForm ( ) : System
return System
        public GotoLineForm()
        {
            //
            // Required for Windows Form Designer support
            //
            InitializeComponent();

            //
            // TODO: Add any constructor code after InitializeComponent call
            //
        }

Same methods

GotoLineForm::GotoLineForm ( EditViewControl Owner, int RowCount ) : System