예제 #1
0
        public void OpenFixedPricesForSelfDelivery(int counterpartyId)
        {
            CounterpartyDlg counterpartyDlg = new CounterpartyDlg(counterpartyId);

            counterpartyDlg.OpenFixedPrices();
            TDIMain.MainNotebook.AddTab(counterpartyDlg);
        }