Пример #1
0
		public void Remove(Widget child) { throw new NotImplementedException(); }
Пример #2
0
		public double IndexOf(Widget child) { throw new NotImplementedException(); }
Пример #3
0
		public void AddAt(Widget child, double index, object options = null) { throw new NotImplementedException(); }
Пример #4
0
		public void AddBefore(Widget child, Widget before, object layoutProperties = null) { throw new NotImplementedException(); }
Пример #5
0
		public void AddAfter(Widget child, Widget after, object layoutProperties = null) { throw new NotImplementedException(); }