Exemplo n.º 1
0
 private void topReveueProductsButton_ItemClick(object sender, ItemClickEventArgs e)
 {
     if (IsOpened(maxRevenueForm))
     {
         maxRevenueForm.Focus();
     }
     else
     {
         maxRevenueForm           = new MaxRevenue();
         maxRevenueForm.MdiParent = this;
         maxRevenueForm.Show();
     }
 }
Exemplo n.º 2
0
 private void topReveueProductsButton_ItemClick(object sender, ItemClickEventArgs e)
 {
     if (IsOpened(maxRevenueForm))
         maxRevenueForm.Focus();
     else
     {
         maxRevenueForm = new MaxRevenue();
         maxRevenueForm.MdiParent = this;
         maxRevenueForm.Show();
     }
 }