Пример #1
0
		internal Controls (Connection connection, IntPtr handle)
		{
			this.connection = connection;
			this.handle = handle;
		}
Пример #2
0
		public Controls ()
		{
			handle = Controls_Create ();
			connection = null;
		}
Пример #3
0
 public Controls()
 {
     Runtime.ValidateObject(this);
     handle = Controls_Create ();
     connection = null;
 }