Exemplo n.º 1
0
 public MainWindow()
 {
     InitializeComponent();
     tc = new TitleChange();
     cc = new ContentChange();
 }
Exemplo n.º 2
0
 private void CONTENT_CHANGED(ContentChange cc)
 {
     CONTENT = cc.content;
 }