Exemplo n.º 1
0
        public void doClose(object param)
        {
            ucNewPlaylist np = param as ucNewPlaylist;

            text = "";
            np.Close();
        }
Exemplo n.º 2
0
 public void doCreate(object param)
 {
     if (text != "")
     {
         ucNewPlaylist np = param as ucNewPlaylist;
         np.Close();
     }
 }