| | |
| | | var txName = rowLayout.AddLeftCaption("", 800);
|
| | | txName.TextID = R.MyInternationalizationString.uAppAutoBackup;
|
| | |
|
| | | rowLayout.AddRightIconControl();
|
| | | rowLayout.AddRightArrow();
|
| | |
|
| | | rowLayout.ButtonClickEvent += (sender, e) =>
|
| | | {
|
| | |
| | | txName.TextID = R.MyInternationalizationString.uAppManualBackup;
|
| | | rowLayout.AddChidren(txName);
|
| | |
|
| | | rowLayout.AddRightIconControl();
|
| | | rowLayout.AddRightArrow();
|
| | |
|
| | | rowLayout.ButtonClickEvent += (sender, e) =>
|
| | | {
|
| | |
| | | txName.TextID = R.MyInternationalizationString.uGatewayBackup;
|
| | | rowLayout.AddChidren(txName);
|
| | |
|
| | | rowLayout.AddRightIconControl();
|
| | | rowLayout.AddRightArrow();
|
| | |
|
| | | rowLayout.ButtonClickEvent += (sender, e) =>
|
| | | {
|