The name "instance" does not exist in the current context

  • Автор темы Автор темы zenfreak
  • Дата начала Дата начала

zenfreak

Client
Регистрация
21.08.2013
Сообщения
249
Реакции
12
Баллы
18
I'm trying to create a custom function and I'm getting The name "instance" does not exist in the current context when I try to use instance.ActiveTab.MouseMove. How can I use the instance from ActionGroup1 without defining a new one?

k0DmssJ.png
 
add an argument:
public static void myCustomFuction(Instance instance ,int var1,int var2)
{
..........
}
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)