namespace com.andoutomo.kybernetes.command.system { class ClsCommand:AbCommand { protected override bool execute() { form.clearText(); return true; } protected override string turnMessage() { return string.Empty; } protected override string turnErrorMessage() { return string.Empty; } protected override string turnSplitErrorMessage() { return string.Empty; } } }