示例#1
0
        private ICommand Replace(XTablePortable table, ICommand command)
        {
            ReplaceCommand cmd = (ReplaceCommand)command;

            table.Replace(cmd.Key, cmd.Record);

            return(null);
        }
示例#2
0
        private ICommand Replace(XTablePortable table, ICommand command)
        {
            ReplaceCommand cmd = (ReplaceCommand)command;
            table.Replace(cmd.Key, cmd.Record);

            return null;
        }