Пример #1
0
 static Buttons()
 {
     if (PlatFormHelper.RunningPlatform == PlatFormHelper.Platform.EV3)
     {
         Instance = new EV3Buttons();
     }
     else
     {
         Instance = null;
     }
 }
Пример #2
0
    static Buttons()
    {
		if(PlatFormHelper.RunningPlatform == PlatFormHelper.Platform.EV3)
		{
			Instance = new EV3Buttons();
		}
		else
		{
			Instance = null;		
		}
    }