コード例 #1
0
ファイル: Movefrm.cs プロジェクト: afhernani/ShowGifs
 public static Movefrm GetInstancia()
 {
     if (Instancia == null)
     {
         Instancia = new Movefrm();
     }
     return(Instancia);
 }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: afhernani/ShowGifs
        private void LanchMoveCurrentFilePath(string currentfilepath)
        {
            Debug.WriteLine("LanchMoveCurrentFilePath");
            Movefrm move = Movefrm.GetInstancia();

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