mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
Code quality changes
This commit is contained in:
parent
f07ed83722
commit
610f45d082
189 changed files with 4609 additions and 5203 deletions
|
@ -24,7 +24,5 @@ namespace GreenshotPhotobucketPlugin {
|
|||
/// This class is needed for design-time resolving of the language files
|
||||
/// </summary>
|
||||
public class PhotobucketForm : GreenshotPlugin.Controls.GreenshotForm {
|
||||
public PhotobucketForm() : base() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,7 +24,8 @@ namespace GreenshotPhotobucketPlugin {
|
|||
/// Description of PasswordRequestForm.
|
||||
/// </summary>
|
||||
public partial class SettingsForm : PhotobucketForm {
|
||||
public SettingsForm(PhotobucketConfiguration config) : base() {
|
||||
public SettingsForm()
|
||||
{
|
||||
//
|
||||
// The InitializeComponent() call is required for Windows Forms designer support.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue