Remove old migrations
This commit is contained in:
parent
a7bf30954d
commit
1ac825919a
10 changed files with 29 additions and 244 deletions
|
|
@ -120,7 +120,7 @@ namespace LibationWinForms.GridView
|
|||
try
|
||||
{
|
||||
var dgv = (DataGridView)sender;
|
||||
var text = dgv[e.ColumnIndex, e.RowIndex].Value.ToString();
|
||||
var text = dgv[e.ColumnIndex, e.RowIndex].FormattedValue.ToString();
|
||||
InteropFactory.Create().CopyTextToClipboard(text);
|
||||
}
|
||||
catch { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue