public TI83LinkPort(TI83 parent)
 {
     Parent = parent;
 }
예제 #2
0
 public TI83LinkPort(TI83 Parent)
 {
     this.Parent = Parent;
 }
예제 #3
0
		public TI83LinkPort(TI83 Parent)
		{
			this.Parent = Parent;
		}
예제 #4
0
 public Link(TI83 Parent)
 {
     this.Parent = Parent;
 }
예제 #5
0
 public MyVideoProvider(TI83 emu)
 {
     this.emu = emu;
 }
예제 #6
0
파일: TI83.cs 프로젝트: ddugovic/RASuite
			public Link(TI83 Parent)
			{
				this.Parent = Parent;
			}
예제 #7
0
파일: TI83.cs 프로젝트: ddugovic/RASuite
			public MyVideoProvider(TI83 emu)
			{
				this.emu = emu;
			}