hoTools.Query.SqlFile.InitTabPageCaption C# (CSharp) Method

InitTabPageCaption() private method

Initialize the TabPage information.
private InitTabPageCaption ( string fullName, bool isChanged ) : void
fullName string
isChanged bool
return void
        void InitTabPageCaption(string fullName, bool isChanged)
        {
            IsChanged = isChanged;
            _fullName = fullName;


        }
        #region OnChanged