Ejemplo n.º 1
0
        public override bool OnInit()
        {
            // Create the main frame
            BPACheckFrame frame = new BPACheckFrame();

            // Show it
            frame.Show(true);
            // Return true, to indicate that everything was initialized
            // properly.
            return(true);
        }
Ejemplo n.º 2
0
        public override bool OnInit()
        {
            // Create the main frame
            BPACheckFrame frame = new BPACheckFrame();

            // Show it
            frame.Show(true);
            // Return true, to indicate that everything was initialized
            // properly.
            return true;
        }