public static bool PlugTestTest3() { PlugTestCase test = new PlugTestCase(); return(test.AddZ2Z(11) == 22); }
public static bool PlugTestTest3() { PlugTestCase test = new PlugTestCase(); return test.AddZ2Z(11) == 22; }