Exemple #1
0
 private void DrowOptional()
 {
     if (top != null)
     {
         Result.Text = top.GetStrResult();
     }
 }