MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / Dispose

Method Dispose

Samples/UserTracker.net/MainWindow.designer.cs:34–41  ·  view source on GitHub ↗

Clean up any resources being used. true if managed resources should be disposed; otherwise, false.

(bool disposing)

Source from the content-addressed store, hash-verified

32 /// </summary>
33 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34 protected override void Dispose(bool disposing)
35 {
36 if (disposing && (components != null))
37 {
38 components.Dispose();
39 }
40 base.Dispose(disposing);
41 }
42
43 #region Windows Form Designer generated code
44

Callers 1

ReaderThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected