Esempio n. 1
0
void ToolFrame::bindClient(SubWindow &client_)
 {
  guardDead();

  client=&client_;
  client_ac=client_.getAliveControl();
 }