File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 * PROGRAMER: Peter Geinitz (Wayfarer)
77 */
88
9- #nullable enable
109using System ;
1110using System . Collections . Generic ;
1211using System . Drawing ;
1312using System . Linq ;
1413
1514namespace Imaging
1615{
16+ /// <summary>
17+ /// Image Data Parser Object.
18+ /// </summary>
1719 internal sealed class CifImageData
1820 {
1921 /// <summary>
Original file line number Diff line number Diff line change 66 * PROGRAMER: Peter Geinitz (Wayfarer)
77 */
88
9- #nullable enable
109using System ;
1110using System . Collections . Generic ;
1211using System . Drawing ;
Original file line number Diff line number Diff line change 66 * PROGRAMMER: Peter Geinitz (Wayfarer)
77 */
88
9- #nullable enable
109using System ;
1110using System . Drawing ;
1211using Imaging . Enums ;
Original file line number Diff line number Diff line change 99// ReSharper disable MissingSpace
1010// ReSharper disable UnusedMember.Global
1111
12- #nullable enable
1312using System . Drawing ;
1413using System . Reflection ;
1514using System . Windows ;
Original file line number Diff line number Diff line change 1- /*
1+ /*
22 * COPYRIGHT: See COPYING in the top level directory
33 * PROJECT: Lector
44 * FILE: SampleCommand.cs
88
99// ReSharper disable UnusedType.Global
1010
11- #nullable enable
1211using Weaver ;
1312using Weaver . Interfaces ;
1413using Weaver . Messages ;
Original file line number Diff line number Diff line change 1- /*
1+ /*
22 * COPYRIGHT: See COPYING in the top level directory
33 * PROJECT: Lector
44 * FILE: SampleExtension.cs
88
99// ReSharper disable UnusedType.Global
1010
11- #nullable enable
1211using Weaver . Interfaces ;
1312using Weaver . Messages ;
1413
Original file line number Diff line number Diff line change 88
99// ReSharper disable UnusedType.Global
1010
11- #nullable enable
1211using System ;
1312using System . Collections . Generic ;
1413using System . Windows ;
Original file line number Diff line number Diff line change 1818 */
1919
2020
21- #nullable enable
2221using System . Collections . Generic ;
2322using System . Windows ;
2423
Original file line number Diff line number Diff line change 66 * PROGRAMMER: Peter Geinitz (Wayfarer)
77 */
88
9- #nullable enable
109using OpenTK . GLControl ;
1110using OpenTK . Graphics . OpenGL4 ;
1211using System ;
Original file line number Diff line number Diff line change 77 * SOURCE: https://github.com/opentk/GLWpfControl
88 */
99
10- #nullable enable
1110using OpenTK . Graphics . OpenGL4 ;
1211using OpenTK . Wpf ;
1312using System ;
You can’t perform that action at this time.
0 commit comments