From 1e69a1c6f6f5d387932478de72f3106a5172d359 Mon Sep 17 00:00:00 2001 From: Beakona Date: Sun, 3 Dec 2023 22:45:53 +0100 Subject: [PATCH] github workflow --- AutoInterfaceSample/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AutoInterfaceSample/Program.cs b/AutoInterfaceSample/Program.cs index 14c1b6b..48be375 100644 --- a/AutoInterfaceSample/Program.cs +++ b/AutoInterfaceSample/Program.cs @@ -12,9 +12,9 @@ public static void Main() //int g = 1; //p.Method(1, out f, ref g, "t", 1, 2, 3); - IPrintableComplex p = new Person2(); - p.Print(); - p.PrintComplex(); + //IPrintableComplex p = new Person2(); + //p.Print(); + //p.PrintComplex(); } }