KeePass.UI.CustomListViewEx.CustomListViewEx C# (CSharp) 메소드

CustomListViewEx() 공개 메소드

public CustomListViewEx ( ) : System
리턴 System
        public CustomListViewEx()
            : base()
        {
            try { this.DoubleBuffered = true; }
            catch(Exception) { Debug.Assert(false); }
        }