Пример #1
0
		static void MultipleImplementionTest(IGotoTestMultiple test) {
			test.DoSomething();
		}
Пример #2
0
 static void MultipleImplementionTest(IGotoTestMultiple test)
 {
     test.DoSomething();
 }