コード例 #1
0
    public int Delete(double obj)
    {
        int rtcode    = somefunction(obj);
        int DeleteMrr = _deleteObject.DeleteFunction(rtcode);

        return(0);
    }