Program.cs 224 B

123456789101112131415
  1. using System;
  2. using System.Reactive.Linq;
  3. using System.Windows.Forms;
  4. using System.Reactive.Disposables;
  5. namespace Excercise7
  6. {
  7. class Program
  8. {
  9. static void Main()
  10. {
  11. }
  12. }
  13. }