Alsing.SourceCode.RowEventArgs.RowEventArgs C# (CSharp) 메소드

RowEventArgs() 공개 메소드

public RowEventArgs ( Row row ) : System
row Row
리턴 System
        public RowEventArgs(Row row)
        {
            Row = row;
        }
    }
RowEventArgs