Example #1
0
 public BackgroundColorScope(BackgroundColorDelegate callback)
 {
     this.callback      = callback;
     onBackgroundColor += this.callback;
 }
 public BackgroundColorScope(BackgroundColorDelegate callback)
 {
     m_callback         = callback;
     onBackgroundColor += m_callback;
 }