Mono.Terminal.Dialog.GetBase C# (CSharp) Méthode

GetBase() public méthode

public GetBase ( int &row, int &col ) : void
row int
col int
Résultat void
        public override void GetBase(out int row, out int col)
        {
            base.GetBase (out row, out col);
            row++;
            col++;
        }