12 lines
263 B
C#
12 lines
263 B
C#
|
|
|
||
|
|
using System;
|
||
|
|
using director_alternatingNamespace;
|
||
|
|
|
||
|
|
public class director_alternating_runme {
|
||
|
|
public static void Main() {
|
||
|
|
if (director_alternating.getBar().id() != director_alternating.idFromGetBar())
|
||
|
|
throw new Exception("idFromGetBar failed");
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|