public void SetValue(int theIndex, TCollection_HAsciiString theItem)
 {
     throw new NotImplementedException();
 }
 public void Append(TCollection_HAsciiString theItem)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, TCollection_HAsciiString theItem)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public Message_Msg Arg(TCollection_HAsciiString theString)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public Font_SystemFont GetFont(TCollection_HAsciiString theFontName, Font_FontAspect theFontAspect,
                                int theFontSize)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public void SetTextFont(TCollection_HAsciiString theFont)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public void SetStatus(ref Message_Status theStat, TCollection_HAsciiString theStr)
 {
     throw new NotImplementedException();
 }