コード例 #1
0
 private void btnInventoryDensity_Click(object sender, EventArgs e)
 {
     InventoryDensity id = new InventoryDensity();
     id.DataXMLFilePath = DataXMLFilePathDensity;
     id.FillPath += id_FillPath;
     id.ShowDialog();
 }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: newlifechou/PMICalculator
 private void button11_Click(object sender, EventArgs e)
 {
     InventoryDensity id = new InventoryDensity();
     id.DataXMLFilePath = DataXMLFilePathDensity;
     id.ShowDialog();
 }