AtelierElieScripter.DialogueChoices.DialogueChoicesControl.Dispose C# (CSharp) Метод

Dispose() защищенный Метод

Disposes resources used by the control.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void
		protected override void Dispose(bool disposing)
		{
			if (disposing) {
				if (components != null) {
					components.Dispose();
				}
			}
			base.Dispose(disposing);
		}