コード例 #1
0
ファイル: Cripto.cs プロジェクト: wgbn/CSharp-aprendendo
        public static Cripto GetInstancia()
        {
            if (Cripto.self == null)
                Cripto.self = new Cripto();

            return Cripto.self;
        }