コード例 #1
0
        public Bio_Market()
        {
            if (BM == null)
            {
                BM = this;
            }

            InitializeComponent();
        }
コード例 #2
0
 static void Form_Closed(object sender, FormClosedEventArgs e)
 {
     BM = null;
 }