Code quality changes

This commit is contained in:
Robin 2016-09-22 20:40:13 +02:00
parent f07ed83722
commit 610f45d082
189 changed files with 4609 additions and 5203 deletions

View file

@ -25,8 +25,6 @@ namespace GreenshotOCR {
/// <summary>
/// This class is needed for design-time resolving of the language files
/// </summary>
public class OCRForm : GreenshotForm {
public OCRForm() : base() {
}
public class OcrForm : GreenshotForm {
}
}