コード例 #1
0
 private void InitializeValueChanger()
 {
     if (_size != null)
     {
         CurrentValue = _size.GetValue().ToString();
     }
 }