예제 #1
0
        public frmSlcEmpresas(String ph, String clave)
        {
            InitializeComponent();
            path          = ph;
            clave_secreta = clave;
            Seg           = new clsEncripta();

            MessageBoxAdv.Office2016Theme = Office2016Theme.Colorful;
            MessageBoxAdv.MessageBoxStyle = MessageBoxAdv.Style.Office2016;
        }
예제 #2
0
 public frmInicio()
 {
     InitializeComponent();
     path = Directory.GetCurrentDirectory() + "\\SrvConfig.xml";
     Seg  = new clsEncripta();
 }