BudgetAnalyser.Engine.Widgets.EncryptWidget.EncryptWidget C# (CSharp) 메소드

EncryptWidget() 공개 메소드

Initializes a new instance of the CurrentFileWidget class.
public EncryptWidget ( ) : System
리턴 System
        public EncryptWidget()
        {
            Category = WidgetGroup.OverviewSectionName;
            Dependencies = new[] { typeof(ApplicationDatabase) };
            Clickable = true;
            Enabled = false;
            ColourStyleName = WidgetStandardStyle;
            ImageResourceName = "LockOpenImage";
            Sequence = 11;
        }