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