コード例 #1
0
ファイル: DropdownBase.cs プロジェクト: Redageddon/Inflex
 protected virtual void OnOptionChange(int index)
 {
     this.Index = index;
     ScreenResolution.Refresh();
 }
コード例 #2
0
ファイル: InputFieldBase.cs プロジェクト: Redageddon/Inflex
 protected virtual void OnInputChange(string input)
 {
     this.Input = input;
     ScreenResolution.Refresh();
 }