예제 #1
0
 private void KompressExecute(object obj)
 {
     this.TextHuffmann = Model.Ascii_Huffmann(this.TextAscii);
 }