예제 #1
0
            public override Object next()
            {
                ScreenVisualInfo svi = new ScreenVisualInfo(this, 0);

                inc(svi.Length());
                return(svi);
            }
예제 #2
0
파일: DBE.cs 프로젝트: jbnivoit/projects
 public override Object next()
 {
     ScreenVisualInfo svi = new ScreenVisualInfo (this, 0);
     inc (svi.Length());
     return svi;
 }
예제 #3
0
 public VisualsEnum(ScreenVisualInfo owner, int len, int c) : base(owner, len, c)
 {
 }
예제 #4
0
파일: DBE.cs 프로젝트: jbnivoit/projects
 public VisualsEnum(ScreenVisualInfo owner, int len, int c)
     : base(owner,len,c)
 {
 }