AppMain.WaveLoadForm.Dispose C# (CSharp) 메소드

Dispose() 보호된 메소드

使用されているリソースに後処理を実行します。
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}