diff --git a/test2/Form1.cs b/test2/Form1.cs index 798e5cb..d2854b4 100644 --- a/test2/Form1.cs +++ b/test2/Form1.cs @@ -17,6 +17,8 @@ namespace test2 public Form1() { InitializeComponent(); + + # add something } } }