void IProduct.ViewEdit(IRole UVO) { NewCABLE f = new NewCABLE(this, "EDIT", UVO); f.ShowDialog(); }
void IProduct.ViewOnly(IRole UVO) { NewCABLE f = new NewCABLE(this, "VIEWONLY", UVO); f.ShowDialog(); }