}
strStatus.Text=strMsg.ToString();
return true;
}
catch(System.Exception error)
{
strStatus.Text=error.ToString();
return false;
}
}
}
strStatus.Text=strMsg.ToString();
return true;
}
catch(System.Exception error)
{
strStatus.Text=error.ToString();
return false;
}
}