Esempio n. 1
0
 public GoBoardAnnotation(GoBoardAnnotationType type, GoBoardPoint position, string text)
 {
     m_Type     = type;
     m_Position = position;
     m_Text     = text;
 }
Esempio n. 2
0
 public GoBoardAnnotation(GoBoardAnnotationType type, GoBoardPoint position, string text)
 {
     m_Type = type;
     m_Position = position;
     m_Text = text;
 }
Esempio n. 3
0
 public GoBoardAnnotation(GoBoardAnnotationType type, GoBoardPoint position)
     : this(type, position, "")
 {
 }
Esempio n. 4
0
        public GoBoardAnnotation(GoBoardAnnotationType type, GoBoardPoint position)
            : this(type, position, "")
        {

        }