AcManager.Controls.Helpers.ControlsPresets.PresetEntry.PresetEntry C# (CSharp) Method

PresetEntry() public method

public PresetEntry ( string filename ) : System
filename string
return System
            public PresetEntry(string filename) {
                DisplayName = Path.GetFileNameWithoutExtension(filename) ?? @"?";
                Filename = filename;
            }