PKStudio.Dialogs.ManageProjectWizard.Pages.ShowBtnEventArgs.ShowBtnEventArgs C# (CSharp) Method

ShowBtnEventArgs() public method

public ShowBtnEventArgs ( bool show ) : System
show bool
return System
        public ShowBtnEventArgs(bool show)
        {
            this.Show = show;
        }
        public bool Show { get; set; }
ShowBtnEventArgs