Beispiel #1
0
        private static Image testIcon = new Bitmap(16, 16);//Resource.thumb_small_mont_daughter_rem;

        public TestCharacterData(string filename, string name, TestCharacterSource intr)
        {
            this.filename = filename;
            this.name = name;
            this.intr = intr;
        }
Beispiel #2
0
        private static Image testIcon = new Bitmap(16, 16);//Resource.thumb_small_mont_daughter_rem;

        public TestCharacterData(string filename, string name, TestCharacterSource intr)
        {
            this.filename = filename;
            this.name     = name;
            this.intr     = intr;
        }