uninstall method
void
uninstall()
Запуск операции удаления пакета.
Implementation
void uninstall() {
void res = _CPackage_uninstall(_CPackageMakeDefault().._impl=_self);
return res;
}
Запуск операции удаления пакета.
void uninstall() {
void res = _CPackage_uninstall(_CPackageMakeDefault().._impl=_self);
return res;
}