コード例 #1
0
			protected override void Dispose(bool disposing)
			{
				_ownerTool = null;

				base.Dispose(disposing);
			}
コード例 #2
0
            protected override void Dispose(bool disposing)
            {
                _ownerTool = null;

                base.Dispose(disposing);
            }
コード例 #3
0
			public ShowAnglesToolCompositeGraphic(ShowAnglesTool ownerTool) : base()
			{
				_ownerTool = ownerTool;
			}
コード例 #4
0
 public ShowAnglesToolCompositeGraphic(ShowAnglesTool ownerTool) : base()
 {
     _ownerTool = ownerTool;
 }