Exemplo n.º 1
0
 private void bOpen_MouseDown(object sender, MouseEventArgs e)
 {
     bOpen.BackgroundImage = Resources.button_open_click;
     if (!shareBrowserOpened)
     {
         this.ShareBrowser = new MediaBrowserF1(this);
         this.ShareBrowser.Show();
         this.shareBrowserOpened = true;
     }
 }
Exemplo n.º 2
0
 private void bOpen_MouseDown(object sender, MouseEventArgs e)
 {
     bOpen.BackgroundImage = Resources.button_open_click;
     if (!shareBrowserOpened)
     {
         this.ShareBrowser = new MediaBrowserF1(this);
         this.ShareBrowser.Show();
         this.shareBrowserOpened = true;
     }
 }