Esempio n. 1
0
 public ScreenShot(TelerikPlugin.TelerikFramework telerikFw, string  folder)
 {
     telerik = telerikFw;
     folderPath = folder;
 }
Esempio n. 2
0
 public Tray(TelerikPlugin.TelerikFramework telerik, string guiMapPath)
 {
     this.telerik = telerik;
     myguiMap = string.Concat(guiMapPath, "CommonControls.xml");
 }