1
0
Форкнуть 0
Этот коммит содержится в:
Kolan Sh 2018-10-17 11:16:25 +03:00
родитель 76bb40fc98
Коммит 1c5a629eaa
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,7 @@ namespace LAview.DataExample {
public class AppSettings : Object {
Settings settings;
string _greeting;
string _greeting = "lyx";
public string greeting {
get { return _greeting; }
@ -11,7 +11,6 @@ namespace LAview.DataExample {
if (settings != null) settings.set_string ("greeting", value);
_greeting = value;
}
default = "lyx";
}
public AppSettings () throws Error {