Beispiel #1
0
        void IProduct.ViewEdit(IRole UVO)
        {
            NewCABLE f = new NewCABLE(this, "EDIT", UVO);

            f.ShowDialog();
        }
Beispiel #2
0
        void IProduct.ViewOnly(IRole UVO)
        {
            NewCABLE f = new NewCABLE(this, "VIEWONLY", UVO);

            f.ShowDialog();
        }