Beispiel #1
0
    public void IncreasePay()
    {
        Stopwatch sw = new Stopwatch();

        sw.Start();
        _wrapped.IncreasePay();
        sw.Stop();
        Console.WriteLine(sw.Elapsed);
    }