コード例 #1
0
ファイル: LaptopPanel.cs プロジェクト: ArsenShnurkov/beagle-1
 public LaptopPanel(Context context, ObjectPath opath)
 {
     this.laptop_panel = context.GetObject <ILaptopPanel> (opath);
 }
コード例 #2
0
ファイル: LaptopPanel.cs プロジェクト: ArsenShnurkov/beagle-1
		public LaptopPanel (Context context, ObjectPath opath)
		{
			this.laptop_panel = context.GetObject<ILaptopPanel> (opath);
		}