C# Class LuckyCI.pages.PreferencesPage

PreferencesPage.xaml 的交互逻辑
Inheritance: System.Windows.Controls.Page
Mostra file Open project: hddevteam/luckyci

Public Methods

Method Description
PreferencesPage ( ) : System.Collections.Generic

Private Methods

Method Description
InitUserConfig ( ) : void

执行保存已修改数据的方法

InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
btnApply_Click ( object sender, RoutedEventArgs e ) : void

执行保存已修改数据的方法

btnBrowse_Click ( object sender, RoutedEventArgs e ) : void

执行允许用户在本地选择文件的方法

btnCancle_Click ( object sender, RoutedEventArgs e ) : void

执行取消修改数据方法,恢复到未保存的初始状态·

btnDefault_Click ( object sender, RoutedEventArgs e ) : void

执行恢复默认数据的方法

Method Details

PreferencesPage() public method

public PreferencesPage ( ) : System.Collections.Generic
return System.Collections.Generic