Beispiel #1
0
 public static Movefrm GetInstancia()
 {
     if (Instancia == null)
     {
         Instancia = new Movefrm();
     }
     return(Instancia);
 }
Beispiel #2
0
        private void LanchMoveCurrentFilePath(string currentfilepath)
        {
            Debug.WriteLine("LanchMoveCurrentFilePath");
            Movefrm move = Movefrm.GetInstancia();

            move.FileGifPath   = currentfilepath;
            move.FileMoviePaht = CurrentFile;
            move.InitializeInstancia();
            move.Show();
        }