Example #1
0
    protected string GetName(object obj)
    {
        ActivityTreeListRow row = (ActivityTreeListRow)obj;

        return(row.GetName());
    }