mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-21 10:12:04 -08:00
15 lines
326 B
C#
15 lines
326 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Text;
|
|
using System.Windows.Forms;
|
|
|
|
namespace NicoComment {
|
|
public partial class Config : Form {
|
|
public Config() {
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |