コード例 #1
0
ファイル: frmProduct.cs プロジェクト: CLAINESCLN/newerastore
 public frmProduct()
 {
     InitializeComponent();
     categories    = new frmCategoryMaintenance();
     subCategories = new frmSubCategoryMaintenance();
     suppliers     = new frmSupplierMaintenance();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: CLAINESCLN/newerastore
        private void btnSupplierMain_Click(object sender, EventArgs e)
        {
            frmSupplierMaintenance frmSupMain = new frmSupplierMaintenance();

            frmSupMain.ShowDialog();
        }