MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / Dispose

Method Dispose

TexturedFontEditor/Dialog_InputBox.designer.cs:14–21  ·  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

12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected