AddZ2Z() 공개 메소드

public AddZ2Z ( int z ) : int
z int
리턴 int
예제 #1
0
        public static bool PlugTestTest3()
        {
            PlugTestCase test = new PlugTestCase();

            return(test.AddZ2Z(11) == 22);
        }
예제 #2
0
		public static bool PlugTestTest3()
		{
			PlugTestCase test = new PlugTestCase();
			return test.AddZ2Z(11) == 22;
		}