Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danrom11 authored Jan 18, 2021
1 parent d94ebae commit 6a72190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ MessageBox.Show(result);

### Send(string `data`, string `memoryName`)
Запись-отправка данных в приложение памяти.
#### Parameters:
#### Параметры:
string `data` - данные для передачи.</br>
string `memoryName` - Название отдела переменной памяти.

### Accept(string `memoryName`)
Принять-прочитать данные.
#### Parameters:
#### Параметры:
string `memoryName` - Название отдела переменной памяти.

## Примеры использования
Expand Down

0 comments on commit 6a72190

Please sign in to comment.