Beispiel #1
0
        partial void OnIntroBtnServersConnectPressed(Foundation.NSObject sender)
        {
            __InotroductionStage = IntroductionStageEnum.Finished;
            GuiIntroductionPanelServers.Close();

            __MainViewModel.ConnectCommand.Execute(null);
        }
Beispiel #2
0
 partial void OnIntroBtnServersClosePressed(Foundation.NSObject sender)
 {
     __InotroductionStage = IntroductionStageEnum.Finished;
     GuiIntroductionPanelServers.Close();
 }