[vb.net] Set Color to Nothing(Empty)

하나를하더라도최선을 2019-10-16 04:12:58 50,415 0 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개

첫 번째 댓글을 작성해보세요!