public Font_SystemFont Prepend(Font_SystemFont theItem)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public bool RegisterFont(Font_SystemFont theFont, bool theToOverride)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public int HashCode(Font_SystemFont theSystemFont, int theUpperBound)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public bool IsEqual(Font_SystemFont theOtherFont)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public Font_SystemFont(Font_SystemFont parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public bool IsEqual(Font_SystemFont theFont1, Font_SystemFont theFont2)
 {
     throw new NotImplementedException();
 }