Exemplo n.º 1
0
    public SynchronizerClient()
    {
        InitializeComponent();
        m_Result = null;
        int threadID = 0;

        threadID     = Thread.CurrentThread.ManagedThreadId;
        Text         = "Main thread ID is " + threadID.ToString();
        m_Calculator = new CalculatorEx();
    }
Exemplo n.º 2
0
 public void Init()
 {
     _cal = new CalculatorEx();
 }