[기타] [vb.net] Set Color to Nothing(Empty)
하나를하더라도최선을
2019.10.16 04:12
1,468
0
본문
Dim Color1 As Color = Nothing
If Color.Equals(Color.Empty, Color1) Then
End If
If Color1.Equals(Color.Empty) Then
End If
If Color.Empty.Equals(Color1) Then
End If
댓글목록 0