internal Controls (Connection connection, IntPtr handle) { this.connection = connection; this.handle = handle; }
public Controls () { handle = Controls_Create (); connection = null; }
public Controls() { Runtime.ValidateObject(this); handle = Controls_Create (); connection = null; }