Example #1
0
        public static frmSifre Instance()
        {
            if (sifra == null)
            {
                sifra = new frmSifre();
            }

            return(sifra);
        }
Example #2
0
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        protected override void Dispose(bool disposing)
        {
            if (disposing)
            {
                if (components != null)
                {
                    components.Dispose();
                }
            }
            base.Dispose(disposing);

            sifra = null;
        }