Toasts – Diff between revs 35 and 36
?pathlinks?
Rev 35 | Rev 36 | |||
---|---|---|---|---|
Line 95... | Line 95... | |||
95 | _image = value; |
95 | _image = value; |
|
96 | OnPropertyChanged(); |
96 | OnPropertyChanged(); |
|
97 | } |
97 | } |
|
98 | } |
98 | } |
|
Line 99... | Line 99... | |||
99 | |
99 | |
|
100 | public string ContentType |
100 | public string Content |
|
101 | { |
101 | { |
|
102 | get => _content; |
102 | get => _content; |
|
103 | set |
103 | set |
|
104 | { |
104 | { |