Exemplo n.º 1
0
 public void Add(ref Category c)
 {
 }
Exemplo n.º 2
0
 public void Delete(Category c)
 {
 }
Exemplo n.º 3
0
 public FCategoryDialog(ref Category c)
 {
     InitializeComponent();
     category = c;
     setCategoryToGUI();
 }