Exemplo n.º 1
0
 public ActScreenShotEditPage(ActScreenShot act)
 {
     InitializeComponent();
     mAct = act;
     SavetoFolderNameTextBox.Init(Context.GetAsContext(mAct.Context), mAct.GetOrCreateInputParam(ActScreenShot.Fields.SaveToFileName));
 }
Exemplo n.º 2
0
 public abstract void TakeScreenShot(ActScreenShot act);
Exemplo n.º 3
0
 public override void TakeScreenShot(ActScreenShot act)
 {
     throw new NotImplementedException();
 }