Exemplo n.º 1
0
 public void toggle(NSButton sender)
 {
     m_flags[sender.title().ToString()] = sender.state();
 }