Assign puush tabpage

This commit is contained in:
Jaex 2016-06-11 23:34:45 +03:00
parent f99aa690af
commit c5e4e37c50
2 changed files with 4 additions and 1 deletions

View file

@ -25,6 +25,7 @@ You should have received a copy of the GNU General Public License
using System.Collections.Generic;
using System.IO;
using System.Windows.Forms;
namespace ShareX.UploadersLib.FileUploaders
{
@ -44,6 +45,8 @@ public override GenericUploader CreateUploader(UploadersConfig config, TaskRefer
APIKey = config.PuushAPIKey
};
}
public override TabPage GetUploadersConfigTabPage(UploadersConfigForm form) => form.tpPuush;
}
public class Puush : FileUploader

View file

@ -5070,7 +5070,6 @@ private void InitializeComponent()
private System.Windows.Forms.CheckBox cbEmailAutomaticSend;
private System.Windows.Forms.Button btnLithiioGetAPIKey;
private System.Windows.Forms.CheckBox cbGoogleDriveDirectLink;
private System.Windows.Forms.TabPage tpPuush;
private System.Windows.Forms.Label lblPuushAPIKey;
private System.Windows.Forms.TextBox txtPuushAPIKey;
private System.Windows.Forms.LinkLabel llPuushCreateAccount;
@ -5080,5 +5079,6 @@ private void InitializeComponent()
private System.Windows.Forms.TextBox txtPuushEmail;
private System.Windows.Forms.Label lblPuushEmail;
private System.Windows.Forms.Label lblPuushPassword;
public System.Windows.Forms.TabPage tpPuush;
}
}