コード例 #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);
        }
コード例 #2
0
ファイル: BPACheck.cs プロジェクト: cpm2710/cellbank
        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;
        }