mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Small cleanups [skip ci]
This commit is contained in:
parent
02a06a12b0
commit
98e6be5eb6
171 changed files with 1607 additions and 1769 deletions
|
@ -36,9 +36,9 @@ namespace Greenshot.Destinations {
|
|||
public class EmailDestination : AbstractDestination {
|
||||
private static ILog LOG = LogManager.GetLogger(typeof(EmailDestination));
|
||||
private static CoreConfiguration conf = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
private static Image mailIcon = GreenshotResources.getImage("Email.Image");
|
||||
private static bool isActiveFlag = false;
|
||||
private static string mapiClient = null;
|
||||
private static readonly Image mailIcon = GreenshotResources.getImage("Email.Image");
|
||||
private static bool isActiveFlag;
|
||||
private static string mapiClient;
|
||||
public const string DESIGNATION = "EMail";
|
||||
|
||||
static EmailDestination() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue